Compartir a través de


RelationalRuntimeModelConvention.ProcessPropertyOverridesAnnotations Método

Definición

Sobrecargas

ProcessPropertyOverridesAnnotations(Dictionary<String,Object>, IRelationalPropertyOverrides, RuntimeRelationalPropertyOverrides, Boolean)

Novedades la propiedad relacional invalida las anotaciones que se establecerán en el objeto de solo lectura.

ProcessPropertyOverridesAnnotations(Dictionary<String,Object>, IRelationalPropertyOverrides, RuntimeRelationalPropertyOverrides, Boolean)

Novedades la propiedad relacional invalida las anotaciones que se establecerán en el objeto de solo lectura.

ProcessPropertyOverridesAnnotations(Dictionary<String,Object>, IRelationalPropertyOverrides, RuntimeRelationalPropertyOverrides, Boolean)

Novedades la propiedad relacional invalida las anotaciones que se establecerán en el objeto de solo lectura.

protected virtual void ProcessPropertyOverridesAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.Internal.IRelationalPropertyOverrides propertyOverrides, Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides runtimePropertyOverrides, bool runtime);
abstract member ProcessPropertyOverridesAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.Internal.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides * bool -> unit
override this.ProcessPropertyOverridesAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.Internal.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides * bool -> unit
Protected Overridable Sub ProcessPropertyOverridesAnnotations (annotations As Dictionary(Of String, Object), propertyOverrides As IRelationalPropertyOverrides, runtimePropertyOverrides As RuntimeRelationalPropertyOverrides, runtime As Boolean)

Parámetros

annotations
Dictionary<String,Object>

Anotaciones que se van a procesar.

propertyOverrides
Microsoft.EntityFrameworkCore.Metadata.Internal.IRelationalPropertyOverrides

Invalida la propiedad relacional de origen.

runtimePropertyOverrides
RuntimeRelationalPropertyOverrides

La propiedad relacional de destino invalida que contendrá las anotaciones.

runtime
Boolean

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

Se aplica a

ProcessPropertyOverridesAnnotations(Dictionary<String,Object>, IRelationalPropertyOverrides, RuntimeRelationalPropertyOverrides, Boolean)

Novedades la propiedad relacional invalida las anotaciones que se establecerán en el objeto de solo lectura.

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

Parámetros

annotations
Dictionary<String,Object>

Anotaciones que se van a procesar.

propertyOverrides
IRelationalPropertyOverrides

Invalida la propiedad relacional de origen.

runtimePropertyOverrides
RuntimeRelationalPropertyOverrides

La propiedad relacional de destino invalida que contendrá las anotaciones.

runtime
Boolean

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

Se aplica a