static Create(AbstractPathInternal, DBaseOptions) | |
static Create(string, DBaseOptions) | |
static Edit(AbstractPathInternal, DBaseOptions, Encoding) | |
static Open(AbstractPathInternal, Encoding) | |
static Open(string, Encoding) | |
AddField(string, char, int, int) | |
AddRecord() | |
DeleteRecord(long) | |
Dispose() | |
IsNull(long, int) | |
IsRecordDeleted(long) | |
ReadBinaryInteger(long, int) | |
ReadCharacter(long, int) | |
ReadDate(long, int, bool) | |
ReadFieldValue(long, int) | |
ReadInteger(long, int, bool) | |
ReadInteger64(long, int, bool) | |
ReadLogical(long, int, bool) | |
ReadNumber(long, int, bool) | |
ReadRaw(long, int) | |
WriteBinaryFloat(long, int, double) | |
WriteBinaryInteger(long, int, int) | |
WriteBinaryInteger64(long, int, long) | |
WriteCharacter(long, int, string) | |
WriteDate(long, int, DateTime) | |
WriteInteger(long, int, int) | |
WriteInteger64(long, int, long) | |
WriteLogical(long, int, bool) | |
WriteNull(long, int) | |
WriteNumber(long, int, double) | |
WriteRawBytes(long, int, byte[]) | |