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
public override bool IsClosed { get; }
public:
virtual property bool IsClosed {
    bool get () override;
}
abstract IsClosed : bool with get 
override IsClosed : bool with get
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

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace