IndexAnnotation Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.