Sdílet prostřednictvím


RuntimeEntityType.IEntityType.GetDeclaredReferencingForeignKeys Metoda

Definice

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

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

Návraty

Cizí klíče, které odkazují na daný typ entity.

Implementuje

Atributy

Platí pro