TransactionHandler.Connection Property

 

Gets the connection for which the transaction operations will be handled.

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

public DbConnection Connection { get; private set; }

Property Value

Type: System.Data.Common.DbConnection

The 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.