Compartir a través de


SqlServerRuntimeModelConvention.ProcessModelAnnotations Método

Definición

Novedades las anotaciones del modelo que se establecerán en el objeto de solo lectura.

protected override void ProcessModelAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Metadata.RuntimeModel runtimeModel, bool runtime);
override this.ProcessModelAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Metadata.RuntimeModel * bool -> unit
Protected Overrides Sub ProcessModelAnnotations (annotations As Dictionary(Of String, Object), model As IModel, runtimeModel As RuntimeModel, runtime As Boolean)

Parámetros

annotations
Dictionary<String,Object>

Anotaciones que se van a procesar.

model
IModel

Modelo de origen.

runtimeModel
RuntimeModel

Modelo de destino que contendrá las anotaciones.

runtime
Boolean

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

Se aplica a