Advanced.Data.Provider Documentation

AdpDataReader.IsClosed Property

[This is preliminary documentation and subject to change.]

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;}

Implements

IDataReader.IsClosed

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace