次の方法で共有


RelationalRuntimeModelConvention.ProcessPropertyAnnotations メソッド

定義

読み取り専用オブジェクトに設定されるプロパティ注釈を更新します。

protected override void ProcessPropertyAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty runtimeProperty, bool runtime);
override this.ProcessPropertyAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty * bool -> unit
Protected Overrides Sub ProcessPropertyAnnotations (annotations As Dictionary(Of String, Object), property As IProperty, runtimeProperty As RuntimeProperty, runtime As Boolean)

パラメーター

annotations
Dictionary<String,Object>

処理する注釈。

property
IProperty

source プロパティ。

runtimeProperty
RuntimeProperty

注釈を含むターゲット プロパティ。

runtime
Boolean

指定された注釈がランタイム注釈であるかどうかを示します。

適用対象