Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value indicating whether the specified data reader instance is closed.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsClosed As Boolean
public override bool IsClosed { get; }
public:
virtual property bool IsClosed {
bool get () override;
}
abstract IsClosed : bool with get
override IsClosed : bool with get
override function get IsClosed () : boolean
Property Value
Type: System.Boolean
true if the specified data reader instance is closed; otherwise, false.
Implements
Remarks
It is not possible to read from a data reader instance that is closed.
.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.