IConventionSkipNavigationBuilder.CanSetForeignKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出是否可以 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 則為 。