SQLSelect.Column Method (Typed) | |
Return a specified SQL column.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Column(
siCol AS USUAL
) AS SQLColumn
public virtual SQLColumn Column(
Usual siCol
)
Request Example
View SourceParameters
- siCol
- Type: Usual
The name, number, or symbol representing the desired column.
Return Value
Type:
SQLColumn
A SQLColumn object if successful; otherwise, NULL_OBJECT.
See Also