Udostępnij za pośrednictwem


IUpdateAdapter.GetDependents(IUpdateEntry, IForeignKey) Metoda

Definicja

Zwraca zależności skojarzone z danym podmiotem zabezpieczeń i kluczem obcym.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> GetDependents (Microsoft.EntityFrameworkCore.Update.IUpdateEntry principalEntry, Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
abstract member GetDependents : Microsoft.EntityFrameworkCore.Update.IUpdateEntry * Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> seq<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>
Public Function GetDependents (principalEntry As IUpdateEntry, foreignKey As IForeignKey) As IEnumerable(Of IUpdateEntry)

Parametry

principalEntry
IUpdateEntry

Wpis podmiotu zabezpieczeń.

foreignKey
IForeignKey

Klucz obcy definiujący relację.

Zwraca

Zależności.

Dotyczy