Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
7 references to Dispose
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
292
transaction.
Dispose
();
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (3)
808
_internalTransaction.
Dispose
();
1220
_internalTransaction.
Dispose
();
1241
_internalTransaction.
Dispose
();
System.Data.Entity (2)
System\Data\EntityClient\EntityTransaction.cs (1)
136
this._storeTransaction.
Dispose
();
System\Data\Objects\ObjectContext.cs (1)
2407
localTransaction.
Dispose
();
System.Workflow.Runtime (1)
Hosting\LocalTransaction.cs (1)
136
transaction.
Dispose
();