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

存储对象的标识符。

返回

适用于