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


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

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

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