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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace