Поделиться через


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

Атрибуты индекса, представляющие индекс.

Применяется к