TheDependentFieldsQueryResultRow |
Scroll |
The TheDependentFieldsQueryResultRow is a row within a TheDependentFieldsQueryResult table, the result of a successful TheDependentFieldsQuery execution. It exposes its values as an array of Object (Variant in some languages) items.
Namespace: Therefore.API
Visual Basic Public Class TheDependentFieldsQueryResultRow C# public class TheDependentFieldsQueryResultRow |
Name |
Description |
Gets the number of fields. |
|
The value of the field for this row. The order of the fields is as listed in TheDependentFieldsQueryResult.FieldNos |
Name |
Description |
Returns an enumerator for this list. |
|
Returns a string representation of the object (for debugging). |