RelationalForeignKeyExtensions.IsRowInternal 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出這個外鍵是否介於兩個共用相同類似資料表的存放區物件實體類型之間。
public static bool IsRowInternal (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey foreignKey, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsRowInternal : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> bool
<Extension()>
Public Function IsRowInternal (foreignKey As IReadOnlyForeignKey, storeObject As StoreObjectIdentifier) As Boolean
參數
- foreignKey
- IReadOnlyForeignKey
外部索引鍵。
- storeObject
- StoreObjectIdentifier
存放區物件的識別碼。