Click or drag to resize

SQLSelect.ColumnAttributes Method (Typed)

X#
Return the SQL column attributes for a specified column.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ColumnAttributes(
	siCol AS USUAL
) AS SQLColumnAttributes
Request Example View Source

Parameters

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

Return Value

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