DataReader.IsClosed Property

Retrieves a Boolean value that indicates whether the specified reader has been closed.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public MustOverride ReadOnly Property IsClosed As Boolean

Dim instance As DataReader
Dim value As Boolean

value = instance.IsClosed
public abstract bool IsClosed { get; }
public:
virtual property bool IsClosed {
    bool get () abstract;
}
public abstract function get IsClosed () : boolean

Property Value

Type: System.Boolean

Returns true if the specified data reader is closed; otherwise returns false.

Remarks

It is not possible to read from a reader that is closed.

Permissions

See Also

Reference

DataReader Class

DataReader Members

Microsoft.VisualStudio.Data Namespace