DbContextTransaction.Dispose Method
Releases the resources used by the instance of this class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Dispose() | Cleans up this transaction object and ensures the Entity Framework is no longer using that transaction. |
![]() | Dispose(Boolean) | Releases the resources used by this transaction object. |
DbContextTransaction.Dispose Method ()
Cleans up this transaction object and ensures the Entity Framework is no longer using that transaction.
DbContextTransaction.Dispose Method (Boolean)
Releases the resources used by this transaction object.
Parameters
- disposing
-
Type:
System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.