GetTableValueByFieldNo |
Scroll |
Gets the value of the field with the specified FieldNo.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetTableValueByFieldNo (nFieldNo As Integer) As TheTableDataType C# public virtual TheTableDataType GetTableValueByFieldNo (int nFieldNo)
ParametersnFieldNo Field number of the field from which to return the table object.
Return ValueThe table object for the specified FieldNo. |