IndexAttributeConvention 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.
Convention pour la découverte d’attributs IndexAttribute sur les propriétés et la génération d’annotations IndexAnnotation de colonne dans le modèle.
public class IndexAttributeConvention : System.Data.Entity.ModelConfiguration.Conventions.AttributeToColumnAnnotationConvention<System.ComponentModel.DataAnnotations.Schema.IndexAttribute,System.Data.Entity.Infrastructure.Annotations.IndexAnnotation>
type IndexAttributeConvention = class
inherit AttributeToColumnAnnotationConvention<IndexAttribute, IndexAnnotation>
Public Class IndexAttributeConvention
Inherits AttributeToColumnAnnotationConvention(Of IndexAttribute, IndexAnnotation)
- Héritage
-
IndexAttributeConvention
Constructeurs
IndexAttributeConvention() |
Construit une nouvelle instance de la convention. |
Méthodes
Properties() |
Commence la configuration d’une convention légère qui s’applique à toutes les propriétés du modèle. (Hérité de Convention) |
Properties<T>() |
Commence la configuration d’une convention légère qui s’applique à toutes les propriétés primitives du type spécifié dans le modèle. (Hérité de Convention) |
Types() |
Commence la configuration d’une convention légère qui s’applique à tous les types mappés dans le modèle. (Hérité de Convention) |
Types<T>() |
Commence la configuration d’une convention légère qui s’applique à tous les types mappés dans le modèle qui dérivent du type spécifié ou l’implémentent. (Hérité de Convention) |