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


CoreStrings.NavigationBadType(Object, Object, Object, Object) Метод

Определение

Тип навигации "{1_entityType}. {0_navigation}" имеет тип "{foundType}", который не реализует "ICollection<{targetType}>". Навигация по коллекциям должна реализовывать "ICollection<>" целевого типа.

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

Параметры

navigation
Object
entityType
Object
foundType
Object
targetType
Object

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

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