ForeignKeyExtensions.IsBaseLinking(IForeignKey) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出外鍵是否定義在主鍵上,並指向相同的主鍵。
public static bool IsBaseLinking (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
static member IsBaseLinking : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> bool
<Extension()>
Public Function IsBaseLinking (foreignKey As IForeignKey) As Boolean
參數
- foreignKey
- IForeignKey
外部索引鍵。
傳回
值,指出外鍵是否定義在主鍵上,並指向相同的主鍵。