Click or drag to resize

SQLColumn Properties

X#

The SQLColumn type exposes the following members.

Properties
  NameDescription
Public propertyFieldSpec
The FieldSpec object connected to this field.
(Inherited from DataField.)
Public propertyHyperLabel
The hyperlabel connected to this field.
(Inherited from DataField.)
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 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