Поделиться через


RelationalTypeMappingSourceDependencies.With Метод

Определение

Клонирует этот объект параметра зависимостей с заменой одной службы.

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>

Замена текущей зависимости этого типа.

Возвращаемое значение

Новый объект параметра с заменой заданной службы.

Применяется к