Gets the context for which the transaction operations will be handled.
public DbContext DbContext { get; private set; }
The DbContext for which the transaction operations will be handled. Can be null.
TransactionHandler ClassSystem.Data.Entity.Infrastructure Namespace