Condividi tramite


RelationalForeignKeyExtensions.IsRowInternal Metodo

Definizione

Restituisce un valore che indica se questa chiave esterna è tra due tipi di entità che condividono lo stesso oggetto di archiviazione simile a una tabella.

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

Parametri

foreignKey
IReadOnlyForeignKey

Chiave esterna.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Si applica a