Property | Type | Description | |
---|---|---|---|
GetRow | |||
GetValue | object | ||
readDbfValue | object | ||
сreateBaseTable | void |
Method | Description | |
---|---|---|
Close ( ) : void |
Closes a dBase file.
|
|
DbaseReader ( string filename ) : System | ||
Dispose ( ) : void | ||
GetSchemaTable ( ) : |
Generates a System.Data.DataTable instance containing the schema of dBase file.
|
|
Open ( ) : void |
Opens a dBase file for reading.
|
Method | Description | |
---|---|---|
GetRow ( uint oid, |
Gets a dBase row.
|
|
GetValue ( uint oid, int colid ) : object | ||
readDbfValue ( |
||
сreateBaseTable ( ) : void |
public DbaseReader ( string filename ) : System | ||
filename | string | |
return | System |