Method | Description | |
---|---|---|
AddColumn ( string fieldName, |
Adds a column.
|
|
AddColumn ( string fieldName, char fieldType, |
Adds a column.
|
|
DbaseFileHeader ( ) : System |
Initializes a new instance of MapAround.IO.DbaseFileHeader.
|
|
Read ( |
Reads a dBase header.
|
|
RecountColumnLength ( |
Computes a maximum length of field taking into account all the values.
|
|
RemoveColumn ( string fieldName ) : int |
Removes a column.
|
|
Write ( |
Writes a dBase header into stream.
|
Method | Description | |
---|---|---|
getDbaseLanguageDriver ( byte dbasecode ) : |
||
getDbaseLanguageDriver ( int dbasecode ) : byte |
public AddColumn ( string fieldName, |
||
fieldName | string | A filed name |
dataType | A CLR data type | |
return | void |
public AddColumn ( string fieldName, char fieldType, |
||
fieldName | string | A filed name |
fieldType | char | A character defining a dBAse filed type (C N L or D) |
DataType | A CLR data type | |
fieldLength | int | A length of field in bytes |
decimalCount | int | A number of decimal characters |
return | void |
public Read ( |
||
reader | A System.IO.BinaryReader instance to read header | |
return | void |
public RecountColumnLength ( |
||
field | A descriptor of field | |
columnValues | IEnumerable | A field value enumerator |
return | void |
public RemoveColumn ( string fieldName ) : int | ||
fieldName | string | A filed name |
return | int |
public Write ( |
||
writer | A System.IO.BinaryWriter instance to write header | |
return | void |