Condividi tramite


RuntimeEntityType.IReadOnlyEntityType.GetDeclaredReferencingForeignKeys Metodo

Definizione

Ottiene tutte le chiavi esterne destinate a un determinato tipo di entità, ad esempio chiavi esterne in cui il tipo di entità specificato è l'entità.

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

Restituisce

Chiavi esterne che fanno riferimento al tipo di entità specificato.

Implementazioni

Attributi

Si applica a