Share via


AdoDotNetTableReader.IsClosed Property

Gets a value indicating whether the DataTable 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 AdoDotNetTableReader 
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 DataTable object is closed; otherwise, false.

Implements

IVsDataReader.IsClosed

.NET Framework Security

See Also

Reference

AdoDotNetTableReader Class

AdoDotNetTableReader Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace