Click or drag to resize

SQLValue Class (Typed)

X#
Describe a SQL value.
Inheritance Hierarchy
Object
  DataField
    SQLValue
      SQLColumn

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
[TypesChangedAttribute]
 CLASS SQLValue INHERIT DataField
Request Example View Source

The SQLValue type exposes the following members.

Constructors
  NameDescription
Public methodSQLValue
Construct a SQLValue object.
Top
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 propertyNullable
A logical value representing whether the SQL value can be NULL.
Public propertyScale
A numeric value representing the number of decimal places in the SQL value.
Public propertyType
Public propertyUsualType
A string representing the X# usual type corresponding to the originating ODBC type (for example, SQL_INTEGER returns LONG).
Top
Functions
  NameDescription
Public methodAsString
Return the descriptive label defined for this field.
(Inherited from DataField.)
Top
See Also