Click or drag to resize

SQLColumn Properties (Typed)

X#

The SQLColumn type exposes the following members.

Properties
  NameDescription
Public propertyAliasName
The alias name of the SQL column.
Public propertyColName
A string representing the SQL column name.
Public propertyDisplaySize
Public propertyFieldSpec
The FieldSpec object connected to this field.
(Inherited from DataField.)
Public propertyHyperLabel
The hyperlabel connected to this field.
(Inherited from DataField.)
Public propertyIndex
A numeric value representing the SQL column number.
Public propertyLength
Public propertyName
A string representing the name of the field.
(Inherited from DataField.)
Public propertyNameSym
A symbol representing the name of the field.
(Inherited from DataField.)
Public propertyNullable
A logical value representing whether the SQL value can be NULL.
(Inherited from SQLValue.)
Public propertyScale
A numeric value representing the number of decimal places in the SQL value.
(Inherited from SQLValue.)
Public propertyType (Inherited from SQLValue.)
Public propertyUsualType
A string representing the X# usual type corresponding to the originating ODBC type (for example, SQL_INTEGER returns LONG).
(Inherited from SQLValue.)
Top
See Also