次の方法で共有


SqlServerRuntimeModelConvention.ProcessPropertyOverridesAnnotations メソッド

定義

リレーショナル プロパティ更新、読み取り専用オブジェクトに設定される注釈をオーバーライドします。

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

パラメーター

annotations
Dictionary<String,Object>

処理する注釈。

propertyOverrides
IRelationalPropertyOverrides

ソース リレーショナル プロパティがオーバーライドされます。

runtimePropertyOverrides
RuntimeRelationalPropertyOverrides

注釈を含むターゲット リレーショナル プロパティのオーバーライド。

runtime
Boolean

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

適用対象