TransactionHandler.Connection Property
Gets the connection for which the transaction operations will be handled.
Assembly: EntityFramework (in EntityFramework.dll)
Property Value
Type: System.Data.Common.DbConnectionThe DbConnection for which the transaction operations will be handled.
This connection object is only used to determine whether a particular operation needs to be handled in cases where a context is not available.