共用方式為


IReadOnlyProperty.IsPrimaryKey 方法

定義

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

public virtual bool IsPrimaryKey ();
abstract member IsPrimaryKey : unit -> bool
override this.IsPrimaryKey : unit -> bool
Public Overridable Function IsPrimaryKey () As Boolean

傳回

true 如果屬性作為主鍵使用,則為 ,否則 false 為 。

適用於