SQLColumn Class (Typed) |
Namespace: XSharp.VO.SDK
The SQLColumn type exposes the following members.
Name | Description | |
---|---|---|
AliasName |
The alias name of the SQL column.
| |
ColName |
A string representing the SQL column name.
| |
DisplaySize | ||
FieldSpec |
The FieldSpec object connected to this field.
(Inherited from DataField.) | |
HyperLabel |
The hyperlabel connected to this field.
(Inherited from DataField.) | |
Index |
A numeric value representing the SQL column number.
| |
Length | ||
Name |
A string representing the name of the field.
(Inherited from DataField.) | |
NameSym |
A symbol representing the name of the field.
(Inherited from DataField.) | |
Nullable |
A logical value representing whether the SQL value can be NULL.
(Inherited from SQLValue.) | |
Scale |
A numeric value representing the number of decimal places in the SQL value.
(Inherited from SQLValue.) | |
Type | (Inherited from SQLValue.) | |
UsualType |
A string representing the X# usual type corresponding to the originating ODBC type (for example, SQL_INTEGER returns LONG).
(Inherited from SQLValue.) |
Name | Description | |
---|---|---|
AsString |
Return the descriptive label defined for this field.
(Inherited from DataField.) |