DbFileSpec.DbStruct Property (Typed) | |
An array containing the structure of the DBF file.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY DbStruct AS ARRAY GET
public virtual Array DbStruct { get; }
Request Example
View SourceProperty Value
Type:
ArrayAn array containing the structure of the DBF file.
Remarks
An array containing the structure of the DBF file.
The structure of the current database file in an array whose length is equal to the number of fields in the database file. Each element of the array is a subarray containing information for one field. The subarrays have the following format:
Constant | Description |
---|
DBS_NAME | Name (string) |
DBS_TYPE | Type (string) |
DBS_LEN | Length (number) |
DBS_DEC | Decimals (number) |
DBS_ALIAS | Alias (string) |
See Also