次の方法で共有


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>

1 つ以上のインデックスを表すインデックス属性。

適用対象

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

インデックスを表すインデックス属性。

適用対象