Click or drag to resize

DbServer.FieldName Method (Typed)

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

Parameters

nFieldPosition
Type: Usual
The number of the field referenced.

Return Value

Type: String
Remarks
The field's hyperlabel also contains a name; these two names are the same in the code generated by the DBServer Editor.
See Also