SingularModificationCommandBatch Oluşturucular

Tanım

Aşırı Yüklemeler

SingularModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

Yeni bir SingularModificationCommandBatch örneği oluşturur.

SingularModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

Yeni bir SingularModificationCommandBatch örneği oluşturur.

SingularModificationCommandBatch(ModificationCommandBatchFactoryDependencies)

Yeni bir SingularModificationCommandBatch örneği oluşturur.

public SingularModificationCommandBatch (Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies dependencies);
new Microsoft.EntityFrameworkCore.Update.SingularModificationCommandBatch : Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies -> Microsoft.EntityFrameworkCore.Update.SingularModificationCommandBatch
Public Sub New (dependencies As ModificationCommandBatchFactoryDependencies)

Parametreler

dependencies
ModificationCommandBatchFactoryDependencies

Hizmet bağımlılıkları.

Şunlara uygulanır

SingularModificationCommandBatch(IRelationalCommandBuilderFactory, ISqlGenerationHelper, IUpdateSqlGenerator, IRelationalValueBufferFactoryFactory)

Yeni bir SingularModificationCommandBatch örneği oluşturur.

public SingularModificationCommandBatch (Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory commandBuilderFactory, Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper sqlGenerationHelper, Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator updateSqlGenerator, Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory valueBufferFactoryFactory);
new Microsoft.EntityFrameworkCore.Update.SingularModificationCommandBatch : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory * Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper * Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator * Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory -> Microsoft.EntityFrameworkCore.Update.SingularModificationCommandBatch
Public Sub New (commandBuilderFactory As IRelationalCommandBuilderFactory, sqlGenerationHelper As ISqlGenerationHelper, updateSqlGenerator As IUpdateSqlGenerator, valueBufferFactoryFactory As IRelationalValueBufferFactoryFactory)

Parametreler

commandBuilderFactory
IRelationalCommandBuilderFactory

Komutları derlemek için Oluşturucu.

sqlGenerationHelper
ISqlGenerationHelper

SQL oluşturma yardımcısı.

updateSqlGenerator
IUpdateSqlGenerator

ınsert, update ve delete komutları için SQL oluşturucu.

valueBufferFactoryFactory
IRelationalValueBufferFactoryFactory

Veri okuyucudan okurken kullanılmak üzere oluşturulması için fabrika oluşturmaya yönelik bir fabrika ValueBuffer .

Şunlara uygulanır