MigrationsCodeGeneratorDependencies.With Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
With(IAnnotationCodeGenerator) |
Clone cet objet de paramètre de dépendance avec un service remplacé. |
With(IRelationalTypeMappingSource) |
Clone cet objet de paramètre de dépendance avec un service remplacé. |
With(IAnnotationCodeGenerator)
Clone cet objet de paramètre de dépendance avec un service remplacé.
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
Paramètres
- annotationCodeGenerator
- IAnnotationCodeGenerator
Remplacement de la dépendance actuelle de ce type.
Retours
Nouvel objet de paramètre avec le service donné remplacé.
S’applique à
With(IRelationalTypeMappingSource)
Clone cet objet de paramètre de dépendance avec un service remplacé.
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
Paramètres
- relationalTypeMappingSource
- IRelationalTypeMappingSource
Remplacement de la dépendance actuelle de ce type.
Retours
Nouvel objet de paramètre avec le service donné remplacé.