RelationalDatabaseProviderServices.TransactionManager Property

Definition

Gets the IDbContextTransactionManager for the database provider.

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

Property Value

Implements

Applies to