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