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

Microsoft.VisualStudio.Data.AdoDotNet Namespace