Compartir a través de


RuntimeModelConvention.ProcessForeignKeyAnnotations Método

Definición

Novedades las anotaciones de clave externa que se establecerán en el objeto de solo lectura.

protected virtual void ProcessForeignKeyAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey runtimeForeignKey, bool runtime);
abstract member ProcessForeignKeyAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey * bool -> unit
override this.ProcessForeignKeyAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey * bool -> unit
Protected Overridable Sub ProcessForeignKeyAnnotations (annotations As Dictionary(Of String, Object), foreignKey As IForeignKey, runtimeForeignKey As RuntimeForeignKey, runtime As Boolean)

Parámetros

annotations
Dictionary<String,Object>

Anotaciones que se van a procesar.

foreignKey
IForeignKey

Clave externa de origen.

runtimeForeignKey
RuntimeForeignKey

Clave externa de destino que contendrá las anotaciones.

runtime
Boolean

Indica si las anotaciones especificadas son anotaciones en tiempo de ejecución.

Se aplica a