FillAutoAppendFields.2 |
Scroll |
Prepares the index data object for automated auto append processing with an option for how to merge already set index data values.
Namespace: Therefore.API
Visual Basic Public Overridable Function FillAutoAppendFields ( _ pServer As TheServer, _ idxmerge As TheAutoAppendIdxMerge _ ) C# public virtual void FillAutoAppendFields ( TheServer pServer, TheAutoAppendIdxMerge idxmerge )
Parameters pServer A valid and connected TheServer object.
idxmerge Decides how already set index data field values should be merged.
Return Value None. |
|