Click or drag to resize

DBF.FieldName Method

X#
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
Request Example View Source

Parameters

nFldPos
Type: Long
The ONE based position of the column whose name you want to obtain.

Return Value

Type: String
The name of the column.

Implements

FieldName(Long)
See Also