Compartilhar via


IndexAnnotation Construtores

Definição

Sobrecargas

IndexAnnotation(IEnumerable<IndexAttribute>)

Cria uma nova anotação para a coleção de índices fornecida.

IndexAnnotation(IndexAttribute)

Cria uma nova anotação para o índice fornecido.

IndexAnnotation(IEnumerable<IndexAttribute>)

Cria uma nova anotação para a coleção de índices fornecida.

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

Parâmetros

indexAttributes
IEnumerable<IndexAttribute>

Atributos de índice que representam um ou mais índices.

Aplica-se a

IndexAnnotation(IndexAttribute)

Cria uma nova anotação para o índice fornecido.

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

Parâmetros

indexAttribute
IndexAttribute

Um atributo de índice que representa um índice.

Aplica-se a