Aracılığıyla paylaş


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 için bir yardımcı.

updateSqlGenerator
IUpdateSqlGenerator

Ekleme, güncelleştirme ve silme komutları için bir SQL oluşturucu.

valueBufferFactoryFactory
IRelationalValueBufferFactoryFactory

Veri okuyucudan okurken kullanılacak oluşturma ValueBufferfabrikaları oluşturmaya yönelik bir fabrika.

Şunlara uygulanır