RelationalForeignKeyExtensions.IsRowInternal Method

Definition

Returns a value indicating whether this foreign key is between two entity types sharing the same table-like store object.

C#
public static bool IsRowInternal (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey foreignKey, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);

Parameters

foreignKey
IReadOnlyForeignKey

The foreign key.

storeObject
StoreObjectIdentifier

The identifier of the store object.

Returns

Applies to

Product Versions
Entity Framework Core 7.0, 8.0, 9.0