次の方法で共有


ModificationCommandBatchFactoryDependencies.With メソッド

定義

オーバーロード

With(IDiagnosticsLogger<DbLoggerCategory.Database.Command>)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(ICurrentDbContext)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(IRelationalCommandBuilderFactory)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(IRelationalValueBufferFactoryFactory)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(ISqlGenerationHelper)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(IUpdateSqlGenerator)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(IDiagnosticsLogger<DbLoggerCategory.Database.Command>)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

public Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies With (Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Command> logger);
member this.With : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Command> -> Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies
Public Function With (logger As IDiagnosticsLogger(Of DbLoggerCategory.Database.Command)) As ModificationCommandBatchFactoryDependencies

パラメーター

logger
IDiagnosticsLogger<DbLoggerCategory.Database.Command>

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象

With(ICurrentDbContext)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

public Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies With (Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext currentContext);
member this.With : Microsoft.EntityFrameworkCore.Infrastructure.ICurrentDbContext -> Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies
Public Function With (currentContext As ICurrentDbContext) As ModificationCommandBatchFactoryDependencies

パラメーター

currentContext
ICurrentDbContext

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象

With(IRelationalCommandBuilderFactory)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

public Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory commandBuilderFactory);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory -> Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies
Public Function With (commandBuilderFactory As IRelationalCommandBuilderFactory) As ModificationCommandBatchFactoryDependencies

パラメーター

commandBuilderFactory
IRelationalCommandBuilderFactory

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象

With(IRelationalValueBufferFactoryFactory)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

public Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory valueBufferFactoryFactory);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory -> Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies
Public Function With (valueBufferFactoryFactory As IRelationalValueBufferFactoryFactory) As ModificationCommandBatchFactoryDependencies

パラメーター

valueBufferFactoryFactory
IRelationalValueBufferFactoryFactory

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象

With(ISqlGenerationHelper)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

public Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies With (Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper sqlGenerationHelper);
member this.With : Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper -> Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies
Public Function With (sqlGenerationHelper As ISqlGenerationHelper) As ModificationCommandBatchFactoryDependencies

パラメーター

sqlGenerationHelper
ISqlGenerationHelper

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象

With(IUpdateSqlGenerator)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

public Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies With (Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator updateSqlGenerator);
member this.With : Microsoft.EntityFrameworkCore.Update.IUpdateSqlGenerator -> Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies
Public Function With (updateSqlGenerator As IUpdateSqlGenerator) As ModificationCommandBatchFactoryDependencies

パラメーター

updateSqlGenerator
IUpdateSqlGenerator

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象