FillDependentFields |
Scroll |
Fills the dependent field in the TheIndexData of the TheDocument object passed to function.
Namespace: Therefore.API
Visual Basic Public Overridable Function FillDependentFields ( _ pDocument As TheDocument, _ nPrimFieldNo As Integer, _ bExcludeRedundant As Boolean _ ) C# public virtual void FillDependentFields ( TheDocument pDocument, int nPrimFieldNo, bool bExcludeRedundant )
Parameters pDocument TheDocument for which to fill dependent index data fields.
nPrimFieldNo The number of the primary field for which dependent fields should be filled.
bExcludeRedundant Do not fill in values for fields kept redundant in TWC Table.
Return Value Number of possible hits for filling dependent fields. |
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |