DbServer.FieldName Method | |
Return the name of a specified field as a string.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldName(
nFieldPosition
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual FieldName(
Usual nFieldPosition = default
)
Request Example
View SourceParameters
- nFieldPosition (Optional)
- Type: Usual
The number of the field referenced.
Return Value
Type:
UsualRemarks
The field's hyperlabel also contains a name; these two names are the same in the code generated by the DBServer Editor.
See Also