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

返回

适用于