Share via


RelationalRuntimeModelConvention.ProcessEntityTypeMappingFragmentAnnotations Method

Definition

Updates the relational property overrides annotations that will be set on the read-only object.

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

Parameters

annotations
Dictionary<String,Object>

The annotations to be processed.

entityTypeMappingFragment
IEntityTypeMappingFragment

The source relational property overrides.

runtimeEntityTypeMappingFragment
RuntimeEntityTypeMappingFragment

The target relational property overrides that will contain the annotations.

runtime
Boolean

Indicates whether the given annotations are runtime annotations.

Applies to