Sdílet prostřednictvím


MigrationsCodeGeneratorDependencies.With Metoda

Definice

Přetížení

With(IAnnotationCodeGenerator)

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

With(IRelationalTypeMappingSource)

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

With(IAnnotationCodeGenerator)

Zdroj:
MigrationsCodeGeneratorDependencies.cs

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

public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsCodeGeneratorDependencies With (Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
member this.With : Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsCodeGeneratorDependencies
Public Function With (annotationCodeGenerator As IAnnotationCodeGenerator) As MigrationsCodeGeneratorDependencies

Parametry

annotationCodeGenerator
IAnnotationCodeGenerator

Nahrazení aktuální závislosti tohoto typu.

Návraty

Nový objekt parametru s danou službou nahrazen.

Platí pro

With(IRelationalTypeMappingSource)

Zdroj:
MigrationsCodeGeneratorDependencies.cs
Zdroj:
MigrationsCodeGeneratorDependencies.cs
Zdroj:
MigrationsCodeGeneratorDependencies.cs

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

public Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsCodeGeneratorDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource relationalTypeMappingSource);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource -> Microsoft.EntityFrameworkCore.Migrations.Design.MigrationsCodeGeneratorDependencies
Public Function With (relationalTypeMappingSource As IRelationalTypeMappingSource) As MigrationsCodeGeneratorDependencies

Parametry

relationalTypeMappingSource
IRelationalTypeMappingSource

Nahrazení aktuální závislosti tohoto typu.

Návraty

Nový objekt parametru s danou službou nahrazen.

Platí pro