Sdílet prostřednictvím


ModelCustomizerDependencies.With Metoda

Definice

Přetížení

With(IDbSetFinder)

Klonuje tento objekt parametru závislosti s jednou nahrazenou službou.

With(IDbSetFinder)

Klonuje tento objekt parametru závislosti s jednou nahrazenou službou.

With(IDbSetFinder)

Klonuje tento objekt parametru závislosti s jednou nahrazenou službou.

public Microsoft.EntityFrameworkCore.Infrastructure.ModelCustomizerDependencies With (Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder setFinder);
member this.With : Microsoft.EntityFrameworkCore.Infrastructure.IDbSetFinder -> Microsoft.EntityFrameworkCore.Infrastructure.ModelCustomizerDependencies
Public Function With (setFinder As IDbSetFinder) As ModelCustomizerDependencies

Parametry

setFinder
IDbSetFinder

Náhrada aktuální závislosti tohoto typu.

Návraty

Nový objekt parametru s danou službou nahrazen.

Platí pro

With(IDbSetFinder)

Klonuje tento objekt parametru závislosti s jednou nahrazenou službou.

public Microsoft.EntityFrameworkCore.Infrastructure.ModelCustomizerDependencies With (Microsoft.EntityFrameworkCore.Internal.IDbSetFinder setFinder);
member this.With : Microsoft.EntityFrameworkCore.Internal.IDbSetFinder -> Microsoft.EntityFrameworkCore.Infrastructure.ModelCustomizerDependencies
Public Function With (setFinder As IDbSetFinder) As ModelCustomizerDependencies

Parametry

setFinder
Microsoft.EntityFrameworkCore.Internal.IDbSetFinder

Náhrada aktuální závislosti tohoto typu.

Návraty

Nový objekt parametru s danou službou nahrazen.

Platí pro