Sdílet prostřednictvím


RelationalForeignKeyExtensions.IsRowInternal Metoda

Definice

Vrátí hodnotu označující, jestli je tento cizí klíč mezi dvěma typy entit sdílejícími stejný objekt úložiště podobný tabulce.

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

Parametry

foreignKey
IReadOnlyForeignKey

Cizí klíč.

storeObject
StoreObjectIdentifier

Identifikátor objektu úložiště.

Návraty

Platí pro