EntityConnection.Dispose, méthode (Boolean)
[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]
Nettoie l'objet de connexion
Espace de noms : System.Data.Entity.Core.EntityClient
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
<SuppressMessageAttribute("Microsoft.Usage", "CA2213:DisposableFieldsShouldBeDisposed", MessageId := "_currentTransaction")> _
Protected Overrides Sub Dispose ( _
disposing As Boolean _
)
'Utilisation
Dim disposing As Boolean
Me.Dispose(disposing)
[SuppressMessageAttribute("Microsoft.Usage", "CA2213:DisposableFieldsShouldBeDisposed", MessageId = "_currentTransaction")]
protected override void Dispose(
bool disposing
)
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2213:DisposableFieldsShouldBeDisposed", MessageId = L"_currentTransaction")]
protected:
virtual void Dispose(
bool disposing
) override
[<SuppressMessageAttribute("Microsoft.Usage", "CA2213:DisposableFieldsShouldBeDisposed", MessageId = "_currentTransaction")>]
abstract Dispose :
disposing:bool -> unit
[<SuppressMessageAttribute("Microsoft.Usage", "CA2213:DisposableFieldsShouldBeDisposed", MessageId = "_currentTransaction")>]
override Dispose :
disposing:bool -> unit
protected override function Dispose(
disposing : boolean
)
Paramètres
- disposing
Type : System.Boolean
true pour libérer les ressources managées et non managées ; false pour ne libérer que les ressources non managées