共用方式為


RuntimeProperty.IReadOnlyProperty.IsForeignKey 方法

定義

取得值,指出這個屬性是否做為外鍵 (或複合外鍵) 的一部分。

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

傳回

true 如果 屬性是當做外鍵使用,則為 ,否則 false 為 。

實作

屬性

適用於