SetKeywordByIndexDataFieldName |
Scroll |
Sets the field with the specified index data field name to the specified value.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetKeywordByIndexDataFieldName ( _ strIndexDataFieldName As String, _ vValue As Object, _ pServer As TheServer _ ) As Object C# public virtual object SetKeywordByIndexDataFieldName ( string strIndexDataFieldName, object vValue, TheServer pServer )
ParametersstrIndexDataFieldName Column name of the field for which to set a new value.
vValue New value of the field.
pServer A valid and connected TheServer object.
Return ValueNone. |