Click or drag to resize

SQLSelect.FieldName Method (Typed)

X#
Return the name of a specified column. Note that the column's hyperlabel also contains a name.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FieldName(
	uFieldID AS USUAL
) AS STRING
Request Example View Source

Parameters

uFieldID
Type: Usual

Return Value

Type: String
The name of the specified column if successful; otherwise, NULL_STRING.
See Also