共用方式為


RuntimeModelConvention.ProcessSkipNavigationAnnotations 方法

定義

更新將在唯讀物件上設定的略過導覽批註。

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

參數

annotations
Dictionary<String,Object>

要處理的批註。

skipNavigation
ISkipNavigation

來源略過流覽。

runtimeSkipNavigation
RuntimeSkipNavigation

目標會略過包含批註的流覽。

runtime
Boolean

指出指定的注釋是否為執行時間批註。

適用於