Click or drag to resize

SQLSelect.FieldSym Method (Typed)

X#
Return the symbolic name of a specified column. Note that the column's hyperlabel also contains a name; these two names are the same in the code generated by the SQL Editor.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FieldSym(
	uFieldPos AS USUAL
) AS SYMBOL
Request Example View Source

Parameters

uFieldPos
Type: Usual
The name, number, or symbol representing the desired column.

Return Value

Type: Symbol
The symbolic name if successful; otherwise, NULL_SYMBOL.
See Also