DataServer.DBStruct Property | |
An array containing the structure of this data server.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY DBStruct AS USUAL GET
public virtual Usual DBStruct { get; }
Request Example
View SourceProperty Value
Type:
UsualAn array containing the structure of this data server.
Remarks
An array containing the structure of this data server.
The structure of the data server is represented in an array, whose length (that is, number of elements) is equal to the number of fields in the server. Each subarray is comprised of five elements, which contain the following information, in this order:
Constant | Description |
---|
DBS_NAME | Name (string) |
DBS_TYPE | Type (string) |
DBS_LEN | Length (number) |
DBS_DEC | Decimals (number) |
DBS_ALIAS | Alias (string) |
See Also