CoreStrings.NavigationSingleWrongClrType Method

Definition

The navigation '{navigation}' cannot be added to the entity type '{entityType}' because its CLR type '{clrType}' does not match the expected CLR type '{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

Parameters

navigation
Object
entityType
Object
clrType
Object
targetType
Object

Returns

Applies to