次の方法で共有


RuntimeProperty.IReadOnlyProperty.IsIndex メソッド

定義

このプロパティがインデックス (または複合インデックスの一部) として使用されるかどうかを示す値を取得します。

[System.Diagnostics.DebuggerStepThrough]
bool IReadOnlyProperty.IsIndex ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsIndex : unit -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsIndex : unit -> bool
Function IsIndex () As Boolean Implements IReadOnlyProperty.IsIndex

戻り値

true プロパティがインデックスとして使用される場合は 。それ以外の場合 falseは 。

実装

属性

適用対象