Click or drag to resize

DbFileSpec.DbStruct Property (Typed)

X#
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 
Request Example View Source

Property Value

Type: Array
An 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:
ConstantDescription
DBS_NAMEReturns the name of the field.
DBS_TYPEReturns the data type of the field.
DBS_LENReturns the length of the field.
DBS_DECReturns the number of decimal places for the field.
DBS_ALIAScAlias
See Also