SQLValue Properties (Typed) |
The SQLValue type exposes the following members.
Name | Description | |
---|---|---|
FieldSpec |
The FieldSpec object connected to this field.
(Inherited from DataField.) | |
HyperLabel |
The hyperlabel connected to this field.
(Inherited from DataField.) | |
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.
| |
Scale |
A numeric value representing the number of decimal places in the SQL value.
| |
Type | ||
UsualType |
A string representing the X# usual type corresponding to the originating ODBC type (for example, SQL_INTEGER returns LONG).
|