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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework