Udostępnij przez


RelationalEntityTypeExtensions.FindRowInternalForeignKeys Metoda

Definicja

Przeciążenia

FindRowInternalForeignKeys(IConventionEntityType, StoreObjectIdentifier)

Pobiera klucze obce dla danego typu jednostki wskazującego inne typy jednostek współużytkujące ten sam obiekt magazynu przypominający tabelę.

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Pobiera klucze obce dla danego typu jednostki wskazującego inne typy jednostek współużytkujące ten sam obiekt magazynu przypominający tabelę.

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Pobiera klucze obce dla danego typu jednostki wskazującego inne typy jednostek współużytkujące ten sam obiekt magazynu przypominający tabelę.

FindRowInternalForeignKeys(IMutableEntityType, StoreObjectIdentifier)

Pobiera klucze obce dla danego typu jednostki wskazującego inne typy jednostek współużytkujące ten sam obiekt magazynu przypominający tabelę.

FindRowInternalForeignKeys(IReadOnlyEntityType, StoreObjectIdentifier)

Pobiera klucze obce dla danego typu jednostki wskazującego inne typy jednostek współużytkujące ten sam obiekt magazynu przypominający tabelę.

FindRowInternalForeignKeys(IConventionEntityType, StoreObjectIdentifier)

Pobiera klucze obce dla danego typu jednostki wskazującego inne typy jednostek współużytkujące ten sam obiekt magazynu przypominający tabelę.

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 jednostki.

storeObject
StoreObjectIdentifier

Identyfikator obiektu store.

Zwraca

Dotyczy

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Pobiera klucze obce dla danego typu jednostki wskazującego inne typy jednostek współużytkujące ten sam obiekt magazynu przypominający tabelę.

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 jednostki.

storeObject
StoreObjectIdentifier

Identyfikator obiektu store.

Zwraca

Dotyczy

FindRowInternalForeignKeys(IEntityType, StoreObjectIdentifier)

Pobiera klucze obce dla danego typu jednostki wskazującego inne typy jednostek współużytkujące ten sam obiekt magazynu przypominający tabelę.

[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 jednostki.

storeObject
StoreObjectIdentifier

Identyfikator obiektu store.

Zwraca

Atrybuty

Dotyczy

FindRowInternalForeignKeys(IMutableEntityType, StoreObjectIdentifier)

Pobiera klucze obce dla danego typu jednostki wskazującego inne typy jednostek współużytkujące ten sam obiekt magazynu przypominający tabelę.

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 jednostki.

storeObject
StoreObjectIdentifier

Identyfikator obiektu store.

Zwraca

Dotyczy

FindRowInternalForeignKeys(IReadOnlyEntityType, StoreObjectIdentifier)

Pobiera klucze obce dla danego typu jednostki wskazującego inne typy jednostek współużytkujące ten sam obiekt magazynu przypominający tabelę.

[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 jednostki.

storeObject
StoreObjectIdentifier

Identyfikator obiektu store.

Zwraca

Atrybuty

Dotyczy