TransactionHandler.DbContext Property

 

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

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

public DbContext DbContext { get; private set; }

Property Value

Type: System.Data.Entity.DbContext

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