CoreStrings.SkipNavigationInUseBySkipNavigation Method
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.
SkipNavigationInUseBySkipNavigation(Object, Object, Object) |
The skip navigation '{skipNavigation}' cannot be removed because it is set as the inverse of the skip navigation '{inverseSkipNavigation}' on '{referencingEntityType}'. All referencing skip navigations must be removed before this skip navigation can be removed. |
SkipNavigationInUseBySkipNavigation(Object, Object, Object, Object) |
The skip navigation '{entityType}.{skipNavigation}' cannot be removed because it is configured as the inverse of the skip navigation '{referencingEntityType}.{inverseSkipNavigation}'. All referencing skip navigations must be removed before this skip navigation can be removed. |
- Source:
- CoreStrings.Designer.cs
The skip navigation '{skipNavigation}' cannot be removed because it is set as the inverse of the skip navigation '{inverseSkipNavigation}' on '{referencingEntityType}'. All referencing skip navigations must be removed before this skip navigation can be removed.
public static string SkipNavigationInUseBySkipNavigation (object skipNavigation, object inverseSkipNavigation, object referencingEntityType);
static member SkipNavigationInUseBySkipNavigation : obj * obj * obj -> string
Public Shared Function SkipNavigationInUseBySkipNavigation (skipNavigation As Object, inverseSkipNavigation As Object, referencingEntityType As Object) As String
Parameters
- skipNavigation
- Object
- inverseSkipNavigation
- Object
- referencingEntityType
- Object
Returns
Applies to
Entity Framework Core 5.0
Product | Versions |
---|---|
Entity Framework Core | 5.0 |
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
The skip navigation '{entityType}.{skipNavigation}' cannot be removed because it is configured as the inverse of the skip navigation '{referencingEntityType}.{inverseSkipNavigation}'. All referencing skip navigations must be removed before this skip navigation can be removed.
public static string SkipNavigationInUseBySkipNavigation (object? entityType, object? skipNavigation, object? referencingEntityType, object? inverseSkipNavigation);
static member SkipNavigationInUseBySkipNavigation : obj * obj * obj * obj -> string
Public Shared Function SkipNavigationInUseBySkipNavigation (entityType As Object, skipNavigation As Object, referencingEntityType As Object, inverseSkipNavigation As Object) As String
Parameters
- entityType
- Object
- skipNavigation
- Object
- referencingEntityType
- Object
- inverseSkipNavigation
- Object
Returns
Applies to
Entity Framework Core 9.0 and other versions
Product | Versions |
---|---|
Entity Framework Core | 6.0, 7.0, 8.0, 9.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: