Condividi tramite


CoreStrings.NavigationSingleWrongClrType Metodo

Definizione

Impossibile aggiungere il tipo di entità '{navigation}' al tipo di entità '{entityType}' perché il tipo CLR '{clrType}' previsto non corrisponde al tipo CLR previsto '{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

Parametri

navigation
Object
entityType
Object
clrType
Object
targetType
Object

Restituisce

Si applica a