CoreStrings.EntityTypeInUseByReferencingSkipNavigation Method

Definition

The entity type '{entityType}' cannot be removed because it is being referenced by the skip navigation '{skipNavigation}' on '{referencingEntityType}'. Before the entity type can be removed, all referencing skip navigations must be removed.

public static string EntityTypeInUseByReferencingSkipNavigation (object entityType, object skipNavigation, object referencingEntityType);
public static string EntityTypeInUseByReferencingSkipNavigation (object? entityType, object? skipNavigation, object? referencingEntityType);
static member EntityTypeInUseByReferencingSkipNavigation : obj * obj * obj -> string
Public Shared Function EntityTypeInUseByReferencingSkipNavigation (entityType As Object, skipNavigation As Object, referencingEntityType As Object) As String

Parameters

entityType
Object
skipNavigation
Object
referencingEntityType
Object

Returns

Applies to