次の方法で共有


RelationalTypeMappingSourceDependencies.With メソッド

定義

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

public Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSourceDependencies With (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSourcePlugin> plugins);
member this.With : seq<Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSourcePlugin> -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSourceDependencies
Public Function With (plugins As IEnumerable(Of IRelationalTypeMappingSourcePlugin)) As RelationalTypeMappingSourceDependencies

パラメーター

plugins
IEnumerable<IRelationalTypeMappingSourcePlugin>

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

戻り値

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

適用対象