SQLSelect.FieldName Method (Typed) | |
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
public override string FieldName(
Usual uFieldID
)
Request Example
View SourceParameters
- uFieldID
- Type: Usual
Return Value
Type:
String
The name of the specified column if successful; otherwise, NULL_STRING.
See Also