DatabaseProviderServices.TransactionManager Property

Definition

Gets the IDbContextTransactionManager for the database provider.

public abstract Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager TransactionManager { get; }
member this.TransactionManager : Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager
Public MustOverride ReadOnly Property TransactionManager As IDbContextTransactionManager

Property Value

Implements

Applies to