GetValueByIndexDataFieldName |
Scroll |
Gets the value of the field with the specified index data field name.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetValueByIndexDataFieldName (strIndexDataFieldName As String) As Object C# public virtual object GetValueByIndexDataFieldName (string strIndexDataFieldName)
ParametersstrIndexDataFieldName Column name of the field from which to return the value.
Return ValueThe value of the field with the specified index data field name. |