IndexAnnotation コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
インデックスを表すインデックス属性。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework