Поделиться через


CoreStrings.NavigationSingleWrongClrType Метод

Определение

Невозможно добавить навигацию "{navigation}" к типу сущности "{entityType}", так как ее тип CLR "{clrType}" не соответствует ожидаемому типу СРЕДЫ CLR "{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

Параметры

navigation
Object
entityType
Object
clrType
Object
targetType
Object

Возвращаемое значение

Применяется к