Click or drag to resize

DbRecord.FieldName Property

X#
Get the fieldname for a certain field position

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 PROPERTY SELF[
	fieldPos AS LONG
] AS STRING GET 
Request Example View Source

Parameters

fieldPos
Type: Long
0 based Field number

Return Value

Type: String
Field Name
See Also