Click or drag to resize

SQLSelect.FieldName Method

X#
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
Request Example View Source

Parameters

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