TheDependentFieldsQueryResult |
Scroll |
The TheDependentFieldsQueryResult class represents the result of an TheDependentFieldsQuery as a table. It exposes the table as an array of TheDependentFieldsQueryResultRow items. All contained data is read-only.
Namespace: Therefore.API
Visual Basic Public Class TheDependentFieldsQueryResult C# public class TheDependentFieldsQueryResult |
Name |
Description |
Returns whether all result items of the search have been returned or not. |
|
Gets a list of field numbers in the order listed in every TheDependentFieldsQueryResultRow item from this query. |
|
Gets the number of TheDependentFieldsQueryResultRow items. |
|
Gets or sets the TheDependentFieldsQueryResultRow with the specified index. |
Name |
Description |
Returns an enumerator for this list. |
|
Returns a string representation of the object (for debugging). |