OperationBuilder<TOperation> Classe
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.
Un générateur pour MigrationOperations.
public class OperationBuilder<TOperation> : Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<TOperation> where TOperation : MigrationOperation
type OperationBuilder<'Operation (requires 'Operation :> MigrationOperation)> = class
interface IInfrastructure<'Operation (requires 'Operation :> MigrationOperation)>
Public Class OperationBuilder(Of TOperation)
Implements IInfrastructure(Of TOperation)
Paramètres de type
- TOperation
Type de MigrationOperation pour lequel générer.
- Héritage
-
OperationBuilder<TOperation>
- Dérivé
- Implémente
-
IInfrastructure<TOperation>
Constructeurs
OperationBuilder<TOperation>(TOperation) |
Crée un nouveau générateur instance pour le donnéMigrationOperation. |
Propriétés
Operation |
L’MigrationOperationopérateur |
Méthodes
Annotation(String, Object) |
Annote l’opération avec la paire nom/valeur donnée. |
Implémentations d’interfaces explicites
IInfrastructure<TOperation>.Instance |
Un générateur pour MigrationOperations. |
Méthodes d’extension
GetInfrastructure<T>(IInfrastructure<T>) |
Obtient la valeur d’une propriété masquée à l’aide IInfrastructure<T>de . Cette méthode est généralement utilisée par les fournisseurs de base de données (et d’autres extensions). Il n’est généralement pas utilisé dans le code de l’application. |