Udostępnij za pośrednictwem


ModelCustomizerDependencies.With Metoda

Definicja

Przeciążenia

With(IDbSetFinder)

Klonuje ten obiekt parametru zależności z jedną usługą zastąpioną.

With(IDbSetFinder)

Klonuje ten obiekt parametru zależności z jedną usługą zastąpioną.

With(IDbSetFinder)

Źródło:
ModelCustomizerDependencies.cs

Klonuje ten obiekt parametru zależności z jedną usługą zastąpioną.

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

Zastąpienie bieżącej zależności tego typu.

Zwraca

Nowy obiekt parametru z daną usługą został zastąpiony.

Dotyczy

With(IDbSetFinder)

Źródło:
ModelCustomizerDependencies.cs
Źródło:
ModelCustomizerDependencies.cs
Źródło:
ModelCustomizerDependencies.cs
Źródło:
ModelCustomizerDependencies.cs

Klonuje ten obiekt parametru zależności z jedną usługą zastąpioną.

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

Zastąpienie bieżącej zależności tego typu.

Zwraca

Nowy obiekt parametru z daną usługą został zastąpiony.

Dotyczy