Partager via


CoreStrings.NavigationSingleWrongClrType Méthode

Définition

La navigation « {navigation} » ne peut pas être ajoutée au type d’entité « {entityType} », car son type CLR « {clrType} » ne correspond pas au type CLR attendu « {targetType} ».

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

Paramètres

navigation
Object
entityType
Object
clrType
Object
targetType
Object

Retours

S’applique à