CoreStrings.SkipNavigationInUseBySkipNavigation Method

Definition

Overloads

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.

SkipNavigationInUseBySkipNavigation(Object, Object, Object)

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.

C#
public static string SkipNavigationInUseBySkipNavigation (object skipNavigation, object inverseSkipNavigation, object referencingEntityType);

Parameters

skipNavigation
Object
inverseSkipNavigation
Object
referencingEntityType
Object

Returns

Applies to

Entity Framework Core 5.0
Product Versions
Entity Framework Core 5.0

SkipNavigationInUseBySkipNavigation(Object, Object, Object, Object)

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.

C#
public static string SkipNavigationInUseBySkipNavigation (object? entityType, object? skipNavigation, object? referencingEntityType, object? inverseSkipNavigation);

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