FieldNoToColName |
Scroll |
Gets the column name for the specified field number.
Namespace: Therefore.API
Visual Basic Public Overridable Function FieldNoToColName ( _ nFieldNo As Integer _ ) As String C# public virtual string FieldNoToColName ( int nFieldNo )
Parameters nFieldNo Field number to look up.
Return Value Column name of the field with the number specified in nFieldNo. |
|