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)

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

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.

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