RelationalDatabaseProviderServices.ModificationCommandBatchFactory Property

Definition

Gets the IModificationCommandBatchFactory for the database provider.

public abstract Microsoft.EntityFrameworkCore.Update.IModificationCommandBatchFactory ModificationCommandBatchFactory { get; }
member this.ModificationCommandBatchFactory : Microsoft.EntityFrameworkCore.Update.IModificationCommandBatchFactory
Public MustOverride ReadOnly Property ModificationCommandBatchFactory As IModificationCommandBatchFactory

Property Value

Implements

Applies to