DbFileSpec.DbStruct Property | |
An array containing the structure of the DBF file.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.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 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