DbRecord.FieldName Property | |
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
public string this[
int fieldPos
] { get; }
Request Example
View SourceParameters
- fieldPos
- Type: Long
0 based Field number
Return Value
Type:
StringField Name
See Also