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

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace