[]
dBASE (Dbf) format reader.
public class DbfReader : IDisposable
Name | Description |
---|---|
DbfReader(Stream) | Initializes a new instance of the DbfReader class. |
DbfReader(string) | Initializes a new instance of the DbfReader class. |
Name | Description |
---|---|
Fields | Fields descriptors collection |
RecordsCount | Total count of records. |
Version | Version of the Dbf file format (3 - dBASE III, dBASE IV, dBASE V, 4 - dBASE 7). |
Name | Description |
---|---|
Dispose() | Performs tasks associated with freeing, releasing, or resetting unmanaged resources. |
ReadRecords() | Reads records from the input data. |