RelationalForeignKeyExtensions.IsRowInternal Metoda

Definicja

Zwraca wartość wskazującą, czy ten klucz obcy znajduje się między dwoma typami jednostek współużytkowania tego samego obiektu magazynu przypominającego tabelę.

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

Klucz obcy.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu.

Zwraca

Dotyczy