次の方法で共有


MigrationsSqlGeneratorDependencies.With メソッド

定義

オーバーロード

With(IDiagnosticsLogger<DbLoggerCategory.Database.Command>)

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

With(IDiagnosticsLogger<DbLoggerCategory.Migrations>)

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

With(ILoggingOptions)

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

With(ICurrentDbContext)

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

With(IRelationalCommandBuilderFactory)

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

With(IRelationalTypeMapper)
古い.

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

With(IRelationalTypeMappingSource)

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

With(ISqlGenerationHelper)

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

With(ISingletonUpdateSqlGenerator)

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

With(IUpdateSqlGenerator)

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

With(IDiagnosticsLogger<DbLoggerCategory.Database.Command>)

ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs

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

public Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies 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.Migrations.MigrationsSqlGeneratorDependencies
Public Function With (logger As IDiagnosticsLogger(Of DbLoggerCategory.Database.Command)) As MigrationsSqlGeneratorDependencies

パラメーター

logger
IDiagnosticsLogger<DbLoggerCategory.Database.Command>

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

戻り値

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

適用対象

With(IDiagnosticsLogger<DbLoggerCategory.Migrations>)

ソース:
MigrationsSqlGeneratorDependencies.cs

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

public Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies With (Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Migrations> migrationsLogger);
member this.With : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Migrations> -> Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies
Public Function With (migrationsLogger As IDiagnosticsLogger(Of DbLoggerCategory.Migrations)) As MigrationsSqlGeneratorDependencies

パラメーター

migrationsLogger
IDiagnosticsLogger<DbLoggerCategory.Migrations>

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

戻り値

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

適用対象

With(ILoggingOptions)

ソース:
MigrationsSqlGeneratorDependencies.cs

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

public Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies With (Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions loggingOptions);
member this.With : Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions -> Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies
Public Function With (loggingOptions As ILoggingOptions) As MigrationsSqlGeneratorDependencies

パラメーター

loggingOptions
ILoggingOptions

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

戻り値

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

適用対象

With(ICurrentDbContext)

ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs

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

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

パラメーター

currentContext
ICurrentDbContext

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

戻り値

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

適用対象

With(IRelationalCommandBuilderFactory)

ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs

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

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

パラメーター

commandBuilderFactory
IRelationalCommandBuilderFactory

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

戻り値

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

適用対象

With(IRelationalTypeMapper)

ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs

注意事項

Use IRelationalTypeMappingSource.

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

public Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper typeMapper);
[System.Obsolete("Use IRelationalTypeMappingSource.")]
public Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper typeMapper);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper -> Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies
[<System.Obsolete("Use IRelationalTypeMappingSource.")>]
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper -> Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies
Public Function With (typeMapper As IRelationalTypeMapper) As MigrationsSqlGeneratorDependencies

パラメーター

typeMapper
IRelationalTypeMapper

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

戻り値

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

属性

適用対象

With(IRelationalTypeMappingSource)

ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs

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

public Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource typeMappingSource);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource -> Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies
Public Function With (typeMappingSource As IRelationalTypeMappingSource) As MigrationsSqlGeneratorDependencies

パラメーター

typeMappingSource
IRelationalTypeMappingSource

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

戻り値

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

適用対象

With(ISqlGenerationHelper)

ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs

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

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

パラメーター

sqlGenerationHelper
ISqlGenerationHelper

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

戻り値

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

適用対象

With(ISingletonUpdateSqlGenerator)

ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs

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

public Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies With (Microsoft.EntityFrameworkCore.Update.Internal.ISingletonUpdateSqlGenerator updateSqlGenerator);
member this.With : Microsoft.EntityFrameworkCore.Update.Internal.ISingletonUpdateSqlGenerator -> Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGeneratorDependencies
Public Function With (updateSqlGenerator As ISingletonUpdateSqlGenerator) As MigrationsSqlGeneratorDependencies

パラメーター

updateSqlGenerator
Microsoft.EntityFrameworkCore.Update.Internal.ISingletonUpdateSqlGenerator

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

戻り値

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

適用対象

With(IUpdateSqlGenerator)

ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs
ソース:
MigrationsSqlGeneratorDependencies.cs

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

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

パラメーター

updateSqlGenerator
IUpdateSqlGenerator

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

戻り値

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

適用対象