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
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