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