ScaffoldingModelExtensions.IsLeftNavigation(ISkipNavigation) 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.
Gets a value indicating whether the specified skip navigation represents the left side of the relationship.
public static bool IsLeftNavigation (this Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation skipNavigation);
static member IsLeftNavigation : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation -> bool
<Extension()>
Public Function IsLeftNavigation (skipNavigation As ISkipNavigation) As Boolean
Parameters
- skipNavigation
- ISkipNavigation
The skip navigation to check.
Returns
true
if it represents the left side.
Remarks
The designation of left and right is arbitrary but deterministic. This method exists primarily to avoid configuring the same many-to-many relationship from both of its ends.
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