The DbfFieldDesc type exposes the following members.

Constructors

  NameDescription
Public methodDbfFieldDesc
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

  NameDescription
Public methodEquals (Inherited from ValueType.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string representation of the DbfFieldDesc
(Overrides ValueType..::..ToString()()()().)

Properties

  NameDescription
Public propertyDecimalCount
Gets/Sets the decimal count for numeric data types.
Public propertyFieldLength
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)
Public propertyFieldName
The name of the field. The maximum length of a field name is 10 characters
Public propertyFieldType
The field type
Public propertyRecordOffset
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

See Also