RuntimeModelConvention.ProcessSkipNavigationAnnotations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the skip navigation annotations that will be set on the read-only object.
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)
Parameters
- annotations
- Dictionary<String,Object>
The annotations to be processed.
- skipNavigation
- ISkipNavigation
The source skip navigation.
- runtimeSkipNavigation
- RuntimeSkipNavigation
The target skip navigation that will contain the annotations.
- runtime
- Boolean
Indicates whether the given annotations are runtime annotations.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework