EntityConnection.Close-Methode
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Schließt die Verbindung mit der Datenbank.
Namespace: System.Data.Entity.Core.EntityClient
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Overrides Sub Close
'Usage
Dim instance As EntityConnection
instance.Close()
public override void Close()
public:
virtual void Close() override
abstract Close : unit -> unit
override Close : unit -> unit
public override function Close()
Implements
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Ein Fehler ist beim Schließen der Verbindung aufgetreten. |