共用方式為


RuntimeProperty.IReadOnlyProperty.IsKey 方法

定義

取得值,指出這個屬性是當做主鍵或替代索引鍵 (或複合主鍵或替代索引鍵的一部分) 。

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

傳回

true 如果屬性做為索引鍵使用,則為 ,否則 false 為 。

實作

屬性

適用於