FillDependentFieldsEx |
Scroll |
If user-defined data types are used (foreign tables) this function will lookup all referenced entries in foreign tables and fill in the dependent fields.
Namespace: Therefore.API
Visual Basic Public Overridable Function FillDependentFields ( _ pServer As TheServer, _ nPrimFieldNo As Integer, _ bExcludeRedundant As Boolean _ ) C# public virtual void FillDependentFields ( TheServer pServer, int nPrimFieldNo, bool bExcludeRedundant )
Parameters pServer A valid and connected TheServer object.
int nPrimFieldNo
bool bExcludeRedundant
Return Value HitCount. |
|