Sdílet prostřednictvím


RuntimeEntityType.IReadOnlyEntityType.GetReferencingForeignKeys Metoda

Definice

Získá všechny cizí klíče, které cílí na daný typ entity (tj. cizí klíče, kde daný typ entity nebo základní typ je objekt zabezpečení).

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey> IReadOnlyEntityType.GetReferencingForeignKeys ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetReferencingForeignKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetReferencingForeignKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey>
Function GetReferencingForeignKeys () As IEnumerable(Of IReadOnlyForeignKey) Implements IReadOnlyEntityType.GetReferencingForeignKeys

Návraty

Cizí klíče, které odkazují na daný typ entity nebo základní typ.

Implementuje

Atributy

Platí pro