Click or drag to resize

SQLSelect.DBStruct Property

X#
An array containing the structure of this data server.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY DBStruct AS USUAL GET 
Request Example View Source

Property Value

Type: Usual
An array containing the structure of this data server.
Remarks
An array containing the structure of this data server, whose length (that is, number of elements) is equal to the number of columns in the server. Each subarray is comprised of five elements, which contain the following information, in this order:
ConstantDescription
DBS_NAMEName (string)
DBS_TYPEType (string)
DBS_LENLength (number)
DBS_DECDecimals (number)
DBS_ALIASAlias (string)
See Also