Partager via


CoreStrings.EntityTypeInUseByReferencingSkipNavigation Méthode

Définition

Impossible de supprimer le type d’entité « {entityType} », car il est référencé par la navigation « {skipNavigation} » sur « {referenceingEntityType} ». Avant que le type d’entité puisse être supprimé, toutes les navigations d’évitement de référencement doivent être supprimées.

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

Paramètres

entityType
Object
skipNavigation
Object
referencingEntityType
Object

Retours

S’applique à