IndexAnnotation Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
IndexAnnotation(IEnumerable<IndexAttribute>) |
Создает новую заметку для заданной коллекции индексов. |
IndexAnnotation(IndexAttribute) |
Создает новую заметку для заданного индекса. |
IndexAnnotation(IEnumerable<IndexAttribute>)
Создает новую заметку для заданной коллекции индексов.
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))
Параметры
- indexAttributes
- IEnumerable<IndexAttribute>
Атрибуты индекса, представляющие один или несколько индексов.
Применяется к
IndexAnnotation(IndexAttribute)
Создает новую заметку для заданного индекса.
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
Параметры
- indexAttribute
- IndexAttribute
Атрибуты индекса, представляющие индекс.
Применяется к
Entity Framework