TheFullTextQueryResult |
Scroll |
TheFullTextQueryResult represents the result of a successful TheFullTextQuery as a table exposed as an array of TheFullTextQueryResultRow items.
Namespace: Therefore.API
Visual Basic Public Class TheFullTextQueryResult C# public class TheFullTextQueryResult |
Name |
Description |
Gets the number of TheFullTextQueryResultRow items returned by an TheFullTextQuery. |
|
Gets or sets the TheFullTextQueryResultRow item with the specified index. |
Name |
Description |
Returns an enumerator for this list. |
|
Returns a string representation of the object (for debugging). |