Share via


TransactionHandler.DbContext Property

Definition

Gets the context.

public System.Data.Entity.DbContext DbContext { get; }
member this.DbContext : System.Data.Entity.DbContext
Public ReadOnly Property DbContext As DbContext

Property Value

The DbContext for which the transaction operations will be handled, could be null.

Applies to