次の方法で共有


RuntimeModelConvention.ProcessForeignKeyAnnotations メソッド

定義

読み取り専用オブジェクトに設定される外部キー注釈を更新します。

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

パラメーター

annotations
Dictionary<String,Object>

処理する注釈。

foreignKey
IForeignKey

ソース外部キー。

runtimeForeignKey
RuntimeForeignKey

注釈を含むターゲット外部キー。

runtime
Boolean

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

適用対象