The DbfFieldDesc type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DbfFieldDesc |
Creates a DBFFieldDesc struct by reading from raw byte data. The contents of the raw byte data are as they would appear in the
header of a DBF file
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString |
Returns a string representation of the DbfFieldDesc
(Overrides ValueType..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
DecimalCount |
Gets/Sets the decimal count for numeric data types.
| |
FieldLength |
The length of the field. Note that in a DBF file each record is a constant length (even if a record is an empty string)
| |
FieldName |
The name of the field. The maximum length of a field name is 10 characters
| |
FieldType |
The field type
| |
RecordOffset |
RecordOffset = the offset of the field in a record.
For Field 0, RecordOffset = 0,
For Field 1, RecordOffset = Length of Field 0,
For Field N, RecordOffset = Length of Field0 to FieldN-1
|