次の方法で共有


CoreStrings.NavigationSingleWrongClrType メソッド

定義

ナビゲーション '{navigation}' は、CLR 型 '{clrType}' が予期される CLR 型 '{targetType}' と一致しないため、エンティティ型 '{entityType}' に追加できません。

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

戻り値

適用対象