Partager via


IndexAnnotation Constructeurs

Définition

Surcharges

IndexAnnotation(IEnumerable<IndexAttribute>)

Crée une annotation pour la collection d’index donnée.

IndexAnnotation(IndexAttribute)

Crée une annotation pour l’index donné.

IndexAnnotation(IEnumerable<IndexAttribute>)

Crée une annotation pour la collection d’index donnée.

public IndexAnnotation (System.Collections.Generic.IEnumerable<System.ComponentModel.DataAnnotations.Schema.IndexAttribute> indexAttributes);
new System.Data.Entity.Infrastructure.Annotations.IndexAnnotation : seq<System.ComponentModel.DataAnnotations.Schema.IndexAttribute> -> System.Data.Entity.Infrastructure.Annotations.IndexAnnotation
Public Sub New (indexAttributes As IEnumerable(Of IndexAttribute))

Paramètres

indexAttributes
IEnumerable<IndexAttribute>

Attributs d’index représentant un ou plusieurs index.

S’applique à

IndexAnnotation(IndexAttribute)

Crée une annotation pour l’index donné.

public IndexAnnotation (System.ComponentModel.DataAnnotations.Schema.IndexAttribute indexAttribute);
new System.Data.Entity.Infrastructure.Annotations.IndexAnnotation : System.ComponentModel.DataAnnotations.Schema.IndexAttribute -> System.Data.Entity.Infrastructure.Annotations.IndexAnnotation

Paramètres

indexAttribute
IndexAttribute

Attributs d’index représentant un index.

S’applique à