The DbfFileHeader type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from ValueType.)
Protected methodFinalize (Inherited from Object.)
Public methodGetFieldDescriptions
Method to return an array of DbfFieldDesc structs, describing each field in a record
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRead(Stream)
Reads the header contents from a stream
Public methodRead(array<Byte>[]()[][], Int32)
Reads the header contents from raw byte data
Public methodToString
(Overrides ValueType..::..ToString()()()().)

Properties

  NameDescription
Public propertyDay
Public propertyFieldCount
The number of fields in each record
Public propertyHeaderLength
The length of the main header
Public propertyLDID
The DBF Language Driver Id
Public propertyMonth
Public propertyRecordCount
the number of records contained in the DBF file
Public propertyRecordLength
The length of each record (in bytes) in the DBF file. Note that each record will have the same length.
Public propertyVersionNumber
The DBF version number
Public propertyYear

See Also