共用方式為


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 為 。

實作

屬性

適用於