Condividi tramite


RelationalEntityTypeExtensions.FindRowInternalForeignKeys Metodo

Definizione

Overload

FindRowInternalForeignKeys(IConventionEntityType, StoreObjectIdentifier)

Ottiene le chiavi esterne per il tipo di entità specificato che puntano ad altri tipi di entità che condividono lo stesso oggetto archivio come la tabella.

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Ottiene le chiavi esterne per il tipo di entità specificato che puntano ad altri tipi di entità che condividono lo stesso oggetto archivio come la tabella.

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Ottiene le chiavi esterne per il tipo di entità specificato che puntano ad altri tipi di entità che condividono lo stesso oggetto archivio come la tabella.

FindRowInternalForeignKeys(IMutableEntityType, StoreObjectIdentifier)

Ottiene le chiavi esterne per il tipo di entità specificato che puntano ad altri tipi di entità che condividono lo stesso oggetto archivio come la tabella.

FindRowInternalForeignKeys(IReadOnlyEntityType, StoreObjectIdentifier)

Ottiene le chiavi esterne per il tipo di entità specificato che puntano ad altri tipi di entità che condividono lo stesso oggetto archivio come la tabella.

FindRowInternalForeignKeys(IConventionEntityType, StoreObjectIdentifier)

Ottiene le chiavi esterne per il tipo di entità specificato che puntano ad altri tipi di entità che condividono lo stesso oggetto archivio come la tabella.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey>
<Extension()>
Public Function FindRowInternalForeignKeys (entityType As IConventionEntityType, ByRef storeObject As StoreObjectIdentifier) As IEnumerable(Of IConventionForeignKey)

Parametri

entityType
IConventionEntityType

Tipo di entità.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Si applica a

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Ottiene le chiavi esterne per il tipo di entità specificato che puntano ad altri tipi di entità che condividono lo stesso oggetto archivio come la tabella.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IEntityType * StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
<Extension()>
Public Function FindRowInternalForeignKeys (entityType As IEntityType, ByRef storeObject As StoreObjectIdentifier) As IEnumerable(Of IForeignKey)

Parametri

entityType
IEntityType

Tipo di entità.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Si applica a

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Ottiene le chiavi esterne per il tipo di entità specificato che puntano ad altri tipi di entità che condividono lo stesso oggetto archivio come la tabella.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__50))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__50))>]
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
<Extension()>
Public Iterator Function FindRowInternalForeignKeys (entityType As IEntityType, storeObject As StoreObjectIdentifier) As IEnumerable(Of IForeignKey)

Parametri

entityType
IEntityType

Tipo di entità.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Attributi

Si applica a

FindRowInternalForeignKeys(IMutableEntityType, StoreObjectIdentifier)

Ottiene le chiavi esterne per il tipo di entità specificato che puntano ad altri tipi di entità che condividono lo stesso oggetto archivio come la tabella.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey>
<Extension()>
Public Function FindRowInternalForeignKeys (entityType As IMutableEntityType, ByRef storeObject As StoreObjectIdentifier) As IEnumerable(Of IMutableForeignKey)

Parametri

entityType
IMutableEntityType

Tipo di entità.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Si applica a

FindRowInternalForeignKeys(IReadOnlyEntityType, StoreObjectIdentifier)

Ottiene le chiavi esterne per il tipo di entità specificato che puntano ad altri tipi di entità che condividono lo stesso oggetto archivio come la tabella.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__57))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__103))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__95))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey> FindRowInternalForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__57))>]
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__103))>]
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.RelationalEntityTypeExtensions+<FindRowInternalForeignKeys>d__95))>]
static member FindRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey>
<Extension()>
Public Iterator Function FindRowInternalForeignKeys (entityType As IReadOnlyEntityType, storeObject As StoreObjectIdentifier) As IEnumerable(Of IReadOnlyForeignKey)

Parametri

entityType
IReadOnlyEntityType

Tipo di entità.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Attributi

Si applica a