DataServer.DBStruct Property (Typed) | |
An array containing the structure of this data server.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.21
Syntax VIRTUAL PROPERTY DBStruct AS ARRAY GET
public virtual Array DBStruct { get; }
Request Example
View SourceProperty Value
Type:
ArrayAn 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 | Returns the name of the field. |
DBS_TYPE | Returns the data type of the field. |
DBS_LEN | Returns the length of the field. |
DBS_DEC | Returns the number of decimal places for the field. |
DBS_ALIAS | cAlias |
See Also