DbServer.FieldName Method (Typed) | |
Return the name of a specified field as a string.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldName(
nFieldPosition AS USUAL
) AS STRING
public override string FieldName(
Usual nFieldPosition
)
Request Example
View SourceParameters
- nFieldPosition
- Type: Usual
The number of the field referenced.
Return Value
Type:
StringRemarks
The field's hyperlabel also contains a name; these two names are the same in the code generated by the DBServer Editor.
See Also