QueryDependentFieldsDirect |
Scroll |
Queries a referenced table for values for a certain eForm.
Namespace: Therefore.API
Visual Basic Public Overridable Function QueryDependentFieldsDirect ( _ nFormNo As integer, _ nDatatypeNo As integer, _ nMaxHits As integer, _ pSelCols As TheStringList, _ pQueryVals As ThePairList _ ) As TheDependentFieldsQueryResult C# public virtual TheDependentFieldsQueryResult QueryDependentFieldsDirect ( int nFormNo, int nDatatypeNo, int nMaxHits, TheStringList pSelCols, ThePairList pQueryVals )
Parameters nFormNo The ID of the eForm.
nDatatypeNo The referenced table data type number.
nMaxHits The maximum number of return values.
pSelCols The list of columns of the referenced table that should be returned in the result.
pQueryVals A list of values to query the referenced table. Use the column name as key.
Return Value A TheDependentFieldsQueryResult object containing the result of the query in the referenced table. |
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |