TheQueryResultRow |
Scroll |
The TheQueryResultRow is a row within a TheQueryResult table, the result of a successful TheQuery execution. It exposes its values as an array of Object (Variant in some languages) items.
Namespace: Therefore.API
Visual Basic Public Class TheQueryResultRow C# public class TheQueryResultRow |
Name |
Description |
Gets the number of object items. |
|
Gets the document number of the associated Thereforeā¢ document. |
|
Gets the workflow instance number of the associated Thereforeā¢ workflow instance. |
|
Gets or sets the object with the specified index. |
|
Gets the permissions for the associated Thereforeā¢ document. |
|
Gets the size of the associated Thereforeā¢ document. |
|
Gets the token number to the associated Thereforeā¢ workflow instance. |
|
Gets the version number of the associated Thereforeā¢ document. |
Name |
Description |
Returns an enumerator for this list. |
|
Returns a string representation of the object (for debugging). |