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