DbFileSpec.DbStruct Property (Typed) | |
Returns an array containing the structure of the DBF file.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.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 the DBF file.
Remarks
Returns 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 | 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