Share via


AdoDotNetReader.IsClosed Property

Gets a value indicating whether the specified data reader instance is closed.

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

Syntax

'Declaration
Public Overrides ReadOnly Property IsClosed As Boolean
'Usage
Dim instance As AdoDotNetReader 
Dim value As Boolean 

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

Property Value

Type: System.Boolean
true if the specified data reader instance is closed; otherwise, false.

Implements

IVsDataReader.IsClosed

Remarks

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

.NET Framework Security

See Also

Reference

AdoDotNetReader Class

AdoDotNetReader Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace