Share via


AdoDotNetDataTableReader.IsClosed Property

Retrieves a Boolean value indicating whether the DataTableReader is closed.

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

Syntax

'Declaration
Public Overrides ReadOnly Property IsClosed As Boolean
'Usage
Dim instance As AdoDotNetDataTableReader 
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
Returns true if the DataTableReader object is closed; otherwise returns false.

.NET Framework Security

See Also

Reference

AdoDotNetDataTableReader Class

AdoDotNetDataTableReader Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace