EntityTransaction.Dispose Method

 

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from DbTransaction.)

System_CAPS_protmethodDispose(Boolean)

Cleans up this transaction object(Overrides DbTransaction.Dispose(Boolean).)


EntityTransaction.Dispose Method (Boolean)

Cleans up this transaction object

protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: System.Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources