次の方法で共有


CoreStrings.NavigationCollectionWrongClrType メソッド

定義

コレクション ナビゲーション '{navigation}' をエンティティ型 '{entityType}' に追加できません。CLR 型 '{clrType}' は 'IEnumerable<{targetType}>' を実装していないためです。 コレクション ナビゲーションでは、関連エンティティの IEnumerable<> を実装する必要があります。

public static string NavigationCollectionWrongClrType (object navigation, object entityType, object clrType, object targetType);
public static string NavigationCollectionWrongClrType (object? navigation, object? entityType, object? clrType, object? targetType);
static member NavigationCollectionWrongClrType : obj * obj * obj * obj -> string
Public Shared Function NavigationCollectionWrongClrType (navigation As Object, entityType As Object, clrType As Object, targetType As Object) As String

パラメーター

navigation
Object
entityType
Object
clrType
Object
targetType
Object

戻り値

適用対象