Compartilhar via


IUpdateAdapter.GetDependents(IUpdateEntry, IForeignKey) Método

Definição

Retorna os dependentes associados à entidade de segurança e à chave estrangeira fornecidas.

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)

Parâmetros

principalEntry
IUpdateEntry

A entrada principal.

foreignKey
IForeignKey

A chave estrangeira que define a relação.

Retornos

Os dependentes.

Aplica-se a