Sdílet prostřednictvím


RelationalEntityTypeExtensions.FindRowInternalForeignKeys Metoda

Definice

Přetížení

FindRowInternalForeignKeys(IConventionEntityType, StoreObjectIdentifier)

Získá cizí klíče pro daný typ entity, které odkazují na jiné typy entit sdílející stejný objekt úložiště jako tabulky.

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Získá cizí klíče pro daný typ entity, které odkazují na jiné typy entit sdílející stejný objekt úložiště jako tabulky.

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Získá cizí klíče pro daný typ entity, které odkazují na jiné typy entit sdílející stejný objekt úložiště jako tabulky.

FindRowInternalForeignKeys(IMutableEntityType, StoreObjectIdentifier)

Získá cizí klíče pro daný typ entity, které odkazují na jiné typy entit sdílející stejný objekt úložiště jako tabulky.

FindRowInternalForeignKeys(IReadOnlyEntityType, StoreObjectIdentifier)

Získá cizí klíče pro daný typ entity, které odkazují na jiné typy entit sdílející stejný objekt úložiště jako tabulky.

FindRowInternalForeignKeys(IConventionEntityType, StoreObjectIdentifier)

Získá cizí klíče pro daný typ entity, které odkazují na jiné typy entit sdílející stejný objekt úložiště jako tabulky.

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)

Parametry

entityType
IConventionEntityType

Typ entity.

storeObject
StoreObjectIdentifier

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

Návraty

Platí pro

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Získá cizí klíče pro daný typ entity, které odkazují na jiné typy entit sdílející stejný objekt úložiště jako tabulky.

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)

Parametry

entityType
IEntityType

Typ entity.

storeObject
StoreObjectIdentifier

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

Návraty

Platí pro

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Získá cizí klíče pro daný typ entity, které odkazují na jiné typy entit sdílející stejný objekt úložiště jako tabulky.

[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)

Parametry

entityType
IEntityType

Typ entity.

storeObject
StoreObjectIdentifier

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

Návraty

Atributy

Platí pro

FindRowInternalForeignKeys(IMutableEntityType, StoreObjectIdentifier)

Získá cizí klíče pro daný typ entity, které odkazují na jiné typy entit sdílející stejný objekt úložiště jako tabulky.

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)

Parametry

entityType
IMutableEntityType

Typ entity.

storeObject
StoreObjectIdentifier

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

Návraty

Platí pro

FindRowInternalForeignKeys(IReadOnlyEntityType, StoreObjectIdentifier)

Získá cizí klíče pro daný typ entity, které odkazují na jiné typy entit sdílející stejný objekt úložiště jako tabulky.

[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)

Parametry

entityType
IReadOnlyEntityType

Typ entity.

storeObject
StoreObjectIdentifier

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

Návraty

Atributy

Platí pro