DbContextAttribute 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.
Identifie le DbContext auquel une classe appartient. Par exemple, cet attribut est utilisé pour identifier le contexte auquel une migration s’applique.
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class DbContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type DbContextAttribute = class
inherit Attribute
Public NotInheritable Class DbContextAttribute
Inherits Attribute
- Héritage
-
DbContextAttribute
- Attributs
Remarques
Pour plus d’informations et d’exemples, consultez Gestion des schémas de base de données avec EF Cor .
Constructeurs
DbContextAttribute(Type) |
Initialise une nouvelle instance de la classe DbContextAttribute. |
Propriétés
ContextType |
Obtient le contexte associé. |