次の方法で共有


RelationalModelValidatorDependencies.With メソッド

定義

オーバーロード

With(IRelationalTypeMapper)
古い.

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

With(IRelationalTypeMappingSource)

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

With(IRelationalTypeMapper)

ソース:
RelationalModelValidatorDependencies.cs
ソース:
RelationalModelValidatorDependencies.cs

注意事項

Use IRelationalTypeMappingSource.

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

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

パラメーター

typeMapper
IRelationalTypeMapper

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

戻り値

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

属性

適用対象

With(IRelationalTypeMappingSource)

ソース:
RelationalModelValidatorDependencies.cs
ソース:
RelationalModelValidatorDependencies.cs
ソース:
RelationalModelValidatorDependencies.cs
ソース:
RelationalModelValidatorDependencies.cs
ソース:
RelationalModelValidatorDependencies.cs

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

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

パラメーター

typeMappingSource
IRelationalTypeMappingSource

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

戻り値

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

適用対象