DBF.FieldName Method | |
Retrieve a column name based on its ONE based column number.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldName(
nFldPos AS LONG
) AS STRING
public override 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.
Implements
FieldName(Long)See Also