Share via


IVsDataReader.IsClosed Property

When implemented by a class, gets a Boolean value that indicates whether the specified reader is closed.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property IsClosed As Boolean
'Usage
Dim instance As IVsDataReader 
Dim value As Boolean 

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

Property Value

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

.NET Framework Security

See Also

Reference

IVsDataReader Interface

IVsDataReader Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace