[]
dBASE (Dbf) format single record.
public interface IDbfRecord
Name | Description |
---|---|
Fields | Gets the fields of the record. |
this[int] | Gets the field value by it's index. |
this[string] | Gets the field value by it's name. |
Name | Description |
---|---|
GetInvariantString(int) | Gets the Gets the field value by it's ordinal number. |