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