Partager via


CoreStrings.SkipNavigationWrongType(Object, Object, Object) Méthode

Définition

Le saut de navigation « {navigation} » ne peut pas être supprimé du type d’entité « {entityType} », car il est défini sur le type d’entité « {otherEntityType} ».

public static string SkipNavigationWrongType (object navigation, object entityType, object otherEntityType);
public static string SkipNavigationWrongType (object? navigation, object? entityType, object? otherEntityType);
static member SkipNavigationWrongType : obj * obj * obj -> string
Public Shared Function SkipNavigationWrongType (navigation As Object, entityType As Object, otherEntityType As Object) As String

Paramètres

navigation
Object
entityType
Object
otherEntityType
Object

Retours

S’applique à