TheQueryResult |
Scroll |
The TheQueryResult class represents the result of an TheQuery in one category as a table. It exposes the table as an array of TheQueryResultRow items. All contained data is read-only.
Namespace: Therefore.API
Visual Basic Public Class TheQueryResult C# public class TheQueryResult |
Name |
Description |
Gets the number of the case definition containing the found elements. |
|
Gets the number of the category containing the found elements. |
|
Gets the number of TheQueryResultRow items. |
|
Gets or sets the TheQueryResultRow with the specified index. |
|
Gets the number of the process that the found elements belong to (if any). |
Name |
Description |
Returns an enumerator for this list. |
|
Returns a string representation of the object (for debugging). |