SQLSelect.FieldName Method | |
Return the name of a specified column. Note that the column's hyperlabel also contains a name.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldName(
siFieldPosition
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual FieldName(
Usual siFieldPosition = default
)
Request Example
View SourceParameters
- siFieldPosition (Optional)
- Type: Usual
The name, number, or symbol representing the desired column.
Return Value
Type:
Usual
The name of the specified column if successful; otherwise, NULL_STRING.
See Also