RelationalForeignKeyExtensions.IsRowInternal 方法

定義

傳回值,指出這個外鍵是否介於兩個共用相同類似資料表的存放區物件實體類型之間。

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

存放區物件的識別碼。

傳回

適用於