OperationBuilder<TOperation> Classe

Définition

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.

S’applique à