TransactionHandler.Connection Property

Definition

Gets the connection.

public System.Data.Common.DbConnection Connection { get; }
member this.Connection : System.Data.Common.DbConnection
Public ReadOnly Property Connection As DbConnection

Property Value

The DbConnection for which the transaction operations will be handled.

Remarks

This connection object is only used to determine whether a particular operation needs to be handled in cases where a context is not available.

Applies to