RelationalForeignKeyExtensions.IsRowInternal Method

Definition

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

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

Parameters

foreignKey
IReadOnlyForeignKey

The foreign key.

storeObject
StoreObjectIdentifier

The identifier of the store object.

Returns

Applies to