FillDependentFields |
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 _ ) C# public virtual void FillDependentFields ( TheServer pServer )
Parameters pServer A valid and connected TheServer object.
Return Value None. |
|