SQLSelect.FieldSym Method (Typed) | |
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
public override Symbol FieldSym(
Usual uFieldPos
)
Request Example
View SourceParameters
- 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