次の方法で共有


CosmosRuntimeModelConvention.ProcessModelAnnotations メソッド

定義

読み取り専用オブジェクトに設定されるモデル注釈を更新します。

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)

パラメーター

annotations
Dictionary<String,Object>

処理する注釈。

model
IModel

ソース モデル。

runtimeModel
RuntimeModel

注釈を含むターゲット モデル。

runtime
Boolean

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

適用対象