Share via


RelationalTypeMappingSourceDependencies.With Method

Definition

Clones this dependency parameter object with one service replaced.

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

Parameters

plugins
IEnumerable<IRelationalTypeMappingSourcePlugin>

A replacement for the current dependency of this type.

Returns

A new parameter object with the given service replaced.

Applies to