Click or drag to resize

SQLSelect.Column Method

X#
Return a specified SQL column.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Column(
	siCol
) AS USUAL CLIPPER
Request Example View Source

Parameters

siCol (Optional)
Type: Usual
The name, number, or symbol representing the desired column.

Return Value

Type: Usual
A SQLColumn object if successful; otherwise, NULL_OBJECT.
See Also