IRdd.FieldName Method | |
Retrieve a column name based on its ONE based column number.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD FieldName(
nFldPos AS LONG
) AS STRING
string FieldName(
int nFldPos
)
Request Example
View SourceParameters
- nFldPos
- Type: Long
The ONE based position of the column whose name you want to obtain.
Return Value
Type:
StringThe name of the column.
See Also