Sdílet prostřednictvím


IndexAnnotation Konstruktory

Definice

Přetížení

IndexAnnotation(IEnumerable<IndexAttribute>)

Vytvoří novou poznámku pro danou kolekci indexů.

IndexAnnotation(IndexAttribute)

Vytvoří novou poznámku pro daný index.

IndexAnnotation(IEnumerable<IndexAttribute>)

Vytvoří novou poznámku pro danou kolekci indexů.

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))

Parametry

indexAttributes
IEnumerable<IndexAttribute>

Atributy indexu představující jeden nebo více indexů.

Platí pro

IndexAnnotation(IndexAttribute)

Vytvoří novou poznámku pro daný 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

Parametry

indexAttribute
IndexAttribute

Atributy indexu představující index.

Platí pro