IndexAnnotation Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
IndexAnnotation(IEnumerable<IndexAttribute>) |
Erstellt eine neue Anmerkung für die angegebene Auflistung von Indizes. |
IndexAnnotation(IndexAttribute) |
Erstellt eine neue Anmerkung für den angegebenen Index. |
IndexAnnotation(IEnumerable<IndexAttribute>)
Erstellt eine neue Anmerkung für die angegebene Auflistung von Indizes.
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))
Parameter
- indexAttributes
- IEnumerable<IndexAttribute>
Indexattribute, die einen oder mehrere Indizes darstellen.
Gilt für:
IndexAnnotation(IndexAttribute)
Erstellt eine neue Anmerkung für den angegebenen Index.
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
Parameter
- indexAttribute
- IndexAttribute
Ein Indexattribute, das einen Index darstellt.
Gilt für:
Entity Framework