User Tools

Site Tools


thinkgeo.mapsuite.portablecore.geodbf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.geodbf [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.GeoDbf ====== 
- 
- 
- 
-<!-- Class --> 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.PortableCore.GeoDbf]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GeoDbf()|GeoDbf]] ​  ​| ​   |    |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GeoDbf(String)|GeoDbf]] ​  | String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GeoDbf(String,​ DbfReadWriteMode)|GeoDbf]] ​  | String, [[ThinkGeo.MapSuite.PortableCore.DbfReadWriteMode|DbfReadWriteMode]] ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GeoDbf(String,​ DbfReadWriteMode,​ Encoding)|GeoDbf]] ​  | String, [[ThinkGeo.MapSuite.PortableCore.DbfReadWriteMode|DbfReadWriteMode]],​ Encoding ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GeoDbf(String,​ DbfReadWriteMode,​ Encoding, CultureInfo)|GeoDbf]] ​  | String, [[ThinkGeo.MapSuite.PortableCore.DbfReadWriteMode|DbfReadWriteMode]],​ Encoding, CultureInfo ​  ​| ​   |    | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddEmptyRecord()|AddEmptyRecord]] ​  ​| ​   |    |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Close()|Close]] ​  ​| ​   |    |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CopyDbfHeader(String,​ String)|CopyDbfHeader]] ​  | String, String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CopyDbfHeader(String,​ String, OverwriteMode)|CopyDbfHeader]] ​  | String, String, [[ThinkGeo.MapSuite.PortableCore.OverwriteMode|OverwriteMode]] ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateDbfFile(String,​ IEnumerable<​DbfColumn>​)|CreateDbfFile]] ​  | String, IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]]> ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateDbfFile(String,​ IEnumerable<​DbfColumn>,​ OverwriteMode)|CreateDbfFile]] ​  | String, IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]]>,​ [[ThinkGeo.MapSuite.PortableCore.OverwriteMode|OverwriteMode]] ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateDbfFile(String,​ IEnumerable<​DbfColumn>,​ OverwriteMode,​ Encoding)|CreateDbfFile]] ​  | String, IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]]>,​ [[ThinkGeo.MapSuite.PortableCore.OverwriteMode|OverwriteMode]],​ Encoding ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DeleteRecord(Int32)|DeleteRecord]] ​  | Int32   ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   |    |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Flush()|Flush]] ​  ​| ​   |    |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetColumn(Int32)|GetColumn]] ​  | Int32   ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetColumn(String)|GetColumn]] ​  | String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetColumnName(Int32)|GetColumnName]] ​  | Int32   ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetColumnNumber(String)|GetColumnNumber]] ​  | String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​GetValidColumnNames(IEnumerable<​String>​)|GetValidColumnNames]] ​  | IEnumerable<​String> ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​GetValidColumnNames(IEnumerable<​String>,​ Encoding)|GetValidColumnNames]] ​  | IEnumerable<​String>,​ Encoding ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​GetValidColumns(IEnumerable<​DbfColumn>​)|GetValidColumns]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]]> ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​GetValidColumns(IEnumerable<​DbfColumn>,​ Encoding)|GetValidColumns]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]]>,​ Encoding ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​IsRecordDeleted(Int32)|IsRecordDeleted]] ​  | Int32   ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Open()|Open]] ​  ​| ​   |    |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Pack()|Pack]] ​  ​| ​   |    |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReadFieldAsBoolean(Int32,​ Int32)|ReadFieldAsBoolean]] ​  | Int32, Int32   ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReadFieldAsBoolean(Int32,​ String)|ReadFieldAsBoolean]] ​  | Int32, String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReadFieldAsDateTime(Int32,​ Int32)|ReadFieldAsDateTime]] ​  | Int32, Int32   ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReadFieldAsDateTime(Int32,​ String)|ReadFieldAsDateTime]] ​  | Int32, String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReadFieldAsDouble(Int32,​ String)|ReadFieldAsDouble]] ​  | Int32, String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReadFieldAsDouble(Int32,​ Int32)|ReadFieldAsDouble]] ​  | Int32, Int32   ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReadFieldAsInteger(Int32,​ Int32)|ReadFieldAsInteger]] ​  | Int32, Int32   ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReadFieldAsInteger(Int32,​ String)|ReadFieldAsInteger]] ​  | Int32, String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReadFieldAsString(Int32,​ Int32)|ReadFieldAsString]] ​  | Int32, Int32   ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReadFieldAsString(Int32,​ String)|ReadFieldAsString]] ​  | Int32, String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReadRecord(Int32)|ReadRecord]] ​  | Int32   ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ReadRecordAsString(Int32)|ReadRecordAsString]] ​  | Int32   ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UndeleteRecord(Int32)|UndeleteRecord]] ​  | Int32   ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateColumnName(Int32,​ String)|UpdateColumnName]] ​  | Int32, String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WriteField(Int32,​ String, Int32)|WriteField]] ​  | Int32, String, Int32   ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WriteField(Int32,​ String, Double)|WriteField]] ​  | Int32, String, Double ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WriteField(Int32,​ Int32, Int32)|WriteField]] ​  | Int32, Int32, Int32   ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WriteField(Int32,​ String, DateTime)|WriteField]] ​  | Int32, String, DateTime ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WriteField(Int32,​ Int32, DateTime)|WriteField]] ​  | Int32, Int32, DateTime ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WriteField(Int32,​ Int32, Boolean)|WriteField]] ​  | Int32, Int32, Boolean ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WriteField(Int32,​ String, String)|WriteField]] ​  | Int32, String, String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WriteField(Int32,​ String, Boolean)|WriteField]] ​  | Int32, String, Boolean ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WriteField(Int32,​ Int32, Double)|WriteField]] ​  | Int32, Int32, Double ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WriteField(Int32,​ Int32, String)|WriteField]] ​  | Int32, Int32, String ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WriteRecord(Int32,​ IEnumerable<​Object>​)|WriteRecord]] ​  | Int32, IEnumerable<​Object> ​  ​| ​   |    | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnStreamLoading(StreamLoadingEventArgs)|OnStreamLoading]] ​  | [[ThinkGeo.MapSuite.PortableCore.StreamLoadingEventArgs|StreamLoadingEventArgs]] ​  ​| ​   |    | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ColumnCount|ColumnCount]] ​  | Int32   ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CultureInfo|CultureInfo]] ​  | CultureInfo ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Encoding|Encoding]] ​  | Encoding ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsOpen|IsOpen]] ​  | Boolean ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PathFileName|PathFileName]] ​  | String ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ReadWriteMode|ReadWriteMode]] ​  | [[ThinkGeo.MapSuite.PortableCore.DbfReadWriteMode|DbfReadWriteMode]] ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RecordCount|RecordCount]] ​  | Int32   ​| ​   |    | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​StreamLoading|StreamLoading]] ​  | [[ThinkGeo.MapSuite.PortableCore.StreamLoadingEventArgs|StreamLoadingEventArgs]] ​  ​| ​   |    | 
- 
-===== Public Constructors ===== 
-==== GeoDbf() ==== 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-==== GeoDbf(String) ==== 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| pathFileName ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-[[#Public Constructors|Go Back]] 
-==== GeoDbf(String,​ DbfReadWriteMode) ==== 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| pathFileName ​  | String<​!-- System.String --> ​  ​| ​   | 
-| readWriteMode ​  | [[ThinkGeo.MapSuite.PortableCore.DbfReadWriteMode|DbfReadWriteMode]]<​!-- ThinkGeo.MapSuite.PortableCore.DbfReadWriteMode --> ​  ​| ​   | 
- 
-[[#Public Constructors|Go Back]] 
-==== GeoDbf(String,​ DbfReadWriteMode,​ Encoding) ==== 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| pathFileName ​  | String<​!-- System.String --> ​  ​| ​   | 
-| readWriteMode ​  | [[ThinkGeo.MapSuite.PortableCore.DbfReadWriteMode|DbfReadWriteMode]]<​!-- ThinkGeo.MapSuite.PortableCore.DbfReadWriteMode --> ​  ​| ​   | 
-| encoding ​  | Encoding<​!-- System.Text.Encoding --> ​  ​| ​   | 
- 
-[[#Public Constructors|Go Back]] 
-==== GeoDbf(String,​ DbfReadWriteMode,​ Encoding, CultureInfo) ==== 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| pathFileName ​  | String<​!-- System.String --> ​  ​| ​   | 
-| readWriteMode ​  | [[ThinkGeo.MapSuite.PortableCore.DbfReadWriteMode|DbfReadWriteMode]]<​!-- ThinkGeo.MapSuite.PortableCore.DbfReadWriteMode --> ​  ​| ​   | 
-| encoding ​  | Encoding<​!-- System.Text.Encoding --> ​  ​| ​   | 
-| cultureInfo ​  | CultureInfo<​!-- System.Globalization.CultureInfo --> ​  ​| ​   | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== AddEmptyRecord() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== Close() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== CopyDbfHeader(String,​ String) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| sourcePathFileName ​  | String<​!-- System.String --> ​  ​| ​   | 
-| destinationPathFileName ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== CopyDbfHeader(String,​ String, OverwriteMode) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| sourcePathFileName ​  | String<​!-- System.String --> ​  ​| ​   | 
-| destinationPathFileName ​  | String<​!-- System.String --> ​  ​| ​   | 
-| overwriteMode ​  | [[ThinkGeo.MapSuite.PortableCore.OverwriteMode|OverwriteMode]]<​!-- ThinkGeo.MapSuite.PortableCore.OverwriteMode --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== CreateDbfFile(String,​ IEnumerable<​DbfColumn>​) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| dbfPathFileName ​  | String<​!-- System.String --> ​  ​| ​   | 
-| dbfColumns ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.DbfColumn} --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== CreateDbfFile(String,​ IEnumerable<​DbfColumn>,​ OverwriteMode) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| dbfPathFileName ​  | String<​!-- System.String --> ​  ​| ​   | 
-| dbfColumns ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.DbfColumn} --> ​  ​| ​   | 
-| overwriteMode ​  | [[ThinkGeo.MapSuite.PortableCore.OverwriteMode|OverwriteMode]]<​!-- ThinkGeo.MapSuite.PortableCore.OverwriteMode --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== CreateDbfFile(String,​ IEnumerable<​DbfColumn>,​ OverwriteMode,​ Encoding) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| dbfPathFileName ​  | String<​!-- System.String --> ​  ​| ​   | 
-| dbfColumns ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.DbfColumn} --> ​  ​| ​   | 
-| overwriteMode ​  | [[ThinkGeo.MapSuite.PortableCore.OverwriteMode|OverwriteMode]]<​!-- ThinkGeo.MapSuite.PortableCore.OverwriteMode --> ​  ​| ​   | 
-| encoding ​  | Encoding<​!-- System.Text.Encoding --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== DeleteRecord(Int32) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== Dispose() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== Flush() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== GetColumn(Int32) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]]<​!-- ThinkGeo.MapSuite.PortableCore.DbfColumn --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| columnNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== GetColumn(String) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]]<​!-- ThinkGeo.MapSuite.PortableCore.DbfColumn --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== GetColumnName(Int32) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| columnNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== GetColumnNumber(String) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetValidColumnNames(IEnumerable<​String>​) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| columnNames ​  | IEnumerable<​String><​!-- System.Collections.Generic.IEnumerable{System.String} --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== GetValidColumnNames(IEnumerable<​String>,​ Encoding) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| columnNames ​  | IEnumerable<​String><​!-- System.Collections.Generic.IEnumerable{System.String} --> ​  ​| ​   | 
-| encoding ​  | Encoding<​!-- System.Text.Encoding --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== GetValidColumns(IEnumerable<​DbfColumn>​) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Collection<​[[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.DbfColumn} --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| columns ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.DbfColumn} --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== GetValidColumns(IEnumerable<​DbfColumn>,​ Encoding) ==== 
-<!-- static --> 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Collection<​[[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.DbfColumn} --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| columns ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.DbfColumn|DbfColumn]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.DbfColumn} --> ​  ​| ​   | 
-| encoding ​  | Encoding<​!-- System.Text.Encoding --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== IsRecordDeleted(Int32) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== Open() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== Pack() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== ReadFieldAsBoolean(Int32,​ Int32) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== ReadFieldAsBoolean(Int32,​ String) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== ReadFieldAsDateTime(Int32,​ Int32) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| DateTime<​!-- System.DateTime --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== ReadFieldAsDateTime(Int32,​ String) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| DateTime<​!-- System.DateTime --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== ReadFieldAsDouble(Int32,​ String) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Double<​!-- System.Double --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== ReadFieldAsDouble(Int32,​ Int32) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Double<​!-- System.Double --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== ReadFieldAsInteger(Int32,​ Int32) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== ReadFieldAsInteger(Int32,​ String) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== ReadFieldAsString(Int32,​ Int32) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== ReadFieldAsString(Int32,​ String) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== ReadRecord(Int32) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Dictionary<​String,​Object><​!-- System.Collections.Generic.Dictionary{System.String,​System.Object} --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== ReadRecordAsString(Int32) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== UndeleteRecord(Int32) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== UpdateColumnName(Int32,​ String) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| columnNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| newColumnName ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== WriteField(Int32,​ String, Int32) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   | 
-| value   | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== WriteField(Int32,​ String, Double) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   | 
-| value   | Double<​!-- System.Double --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== WriteField(Int32,​ Int32, Int32) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| value   | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== WriteField(Int32,​ String, DateTime) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   | 
-| value   | DateTime<​!-- System.DateTime --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== WriteField(Int32,​ Int32, DateTime) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| value   | DateTime<​!-- System.DateTime --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== WriteField(Int32,​ Int32, Boolean) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| value   | Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== WriteField(Int32,​ String, String) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   | 
-| value   | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== WriteField(Int32,​ String, Boolean) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   | 
-| value   | Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== WriteField(Int32,​ Int32, Double) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| value   | Double<​!-- System.Double --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== WriteField(Int32,​ Int32, String) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| columnNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| value   | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-==== WriteRecord(Int32,​ IEnumerable<​Object>​) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| recordNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| values ​  | IEnumerable<​Object><​!-- System.Collections.Generic.IEnumerable{System.Object} --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== OnStreamLoading(StreamLoadingEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.PortableCore.StreamLoadingEventArgs|StreamLoadingEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.StreamLoadingEventArgs --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== ColumnCount ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Properties|Go Back]] 
-==== CultureInfo ==== 
-=== Return Value === 
-^ Return Type ^ 
-| CultureInfo<​!-- System.Globalization.CultureInfo --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Properties|Go Back]] 
-==== Encoding ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Encoding<​!-- System.Text.Encoding --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Properties|Go Back]] 
-==== IsOpen ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Properties|Go Back]] 
-==== PathFileName ==== 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Properties|Go Back]] 
-==== ReadWriteMode ==== 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.PortableCore.DbfReadWriteMode|DbfReadWriteMode]]<​!-- ThinkGeo.MapSuite.PortableCore.DbfReadWriteMode --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Properties|Go Back]] 
-==== RecordCount ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-==== StreamLoading ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.PortableCore.StreamLoadingEventArgs|StreamLoadingEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.StreamLoadingEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.GeoDbf --> 
-[[#Public Events|Go Back]] 
- 
-__NOTOC__ 
-[[Category:​MapSuitePortableCore]] 
-[[Category:​ThinkGeo.MapSuite.PortableCore]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.portablecore.geodbf.1440040132.txt.gz ยท Last modified: 2015/09/21 08:08 (external edit)