SetKeywordByColName |
Scroll |
Sets the field with the specified ColName to the specified value.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetKeywordByColName ( _ strColName As String, _ vValue As Object, _ pServer As TheServer _ ) C# public virtual void SetKeywordByColName ( string strColName, object vValue, TheServer pServer )
ParametersstrColName 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. |