TheMultiQueryResult |
Scroll |
TheMultiQueryResult is the result of an TheMultiQuery. It contains a list of TheQueryResult items, one for every category we have searched.
Namespace: Therefore.API
Visual Basic Public Class TheMultiQueryResult C# public class TheMultiQueryResult |
Name |
Description |
Gets the number of TheQueryResult items returned by an TheMultiQuery. |
|
Gets information if all results have been fetched from the server. |
|
Gets or sets the TheQueryResult with the specified index. |
|
Gets the number of TheQueryResultRow items waiting to be fetched from the server. |
Name |
Description |
Returns an enumerator for this list. |
|
Returns a string representation of the object (for debugging). |