共用方式為


IConventionSkipNavigationBuilder.CanSetForeignKey 方法

定義

傳回值,指出是否可以 ForeignKey 從指定的組態來源設定這個導覽。

public bool CanSetForeignKey (Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey foreignKey, bool fromDataAnnotation = false);
public bool CanSetForeignKey (Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey? foreignKey, bool fromDataAnnotation = false);
abstract member CanSetForeignKey : Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey * bool -> bool
Public Function CanSetForeignKey (foreignKey As IConventionForeignKey, Optional fromDataAnnotation As Boolean = false) As Boolean

參數

foreignKey
IConventionForeignKey

外部索引鍵。 null傳遞會導致沒有相關聯的外鍵。

fromDataAnnotation
Boolean

指出是否已使用資料批註指定組態。

傳回

true 如果 可以為這個屬性設定 , ForeignKey 則為 。

適用於