Compartir a través de


IndexAnnotation Constructores

Definición

Sobrecargas

IndexAnnotation(IEnumerable<IndexAttribute>)

Crea una nueva anotación para la colección de índices especificada.

IndexAnnotation(IndexAttribute)

Crea una nueva anotación para el índice especificado.

IndexAnnotation(IEnumerable<IndexAttribute>)

Crea una nueva anotación para la colección de índices especificada.

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 representan uno o varios índices.

Se aplica a

IndexAnnotation(IndexAttribute)

Crea una nueva anotación para el índice especificado.

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

Atributos de índice que representan un índice.

Se aplica a