Share via


DataReaderWrapper.IsClosed Property

Gets a value indicating whether the data reader is closed.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsClosed As Boolean
public virtual bool IsClosed { get; }
public:
virtual property bool IsClosed {
    bool get ();
}
public function get IsClosed () : boolean

Return Value

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

Implements

IDataReader.IsClosed

See Also

DataReaderWrapper Class

Microsoft.Practices.EnterpriseLibrary.Data Namespace