IUpdateAdapter.GetDependents(IUpdateEntry, IForeignKey) Método

Definición

Devuelve los dependientes asociados a la entidad de seguridad y la clave externa especificadas.

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

La entrada principal.

foreignKey
IForeignKey

Clave externa que define la relación.

Devoluciones

Dependientes.

Se aplica a