Geotools.Net

ShapefileDataReader.IsClosed Property

Gets a value indicating whether the data reader is closed.

[Visual Basic]
NotOverridable Public ReadOnly Property IsClosed As Boolean Implements _
   IDataReader.IsClosed
[C#]
public bool IsClosed {get;}

Property Value

true if the data reader is closed; otherwise, false.

Implements

IDataReader.IsClosed

Remarks

IsClosed and RecordsAffected are the only properties that you can call after the IDataReader is closed.

See Also

ShapefileDataReader Class | ShapefileDataReader Members | Geotools.Data Namespace