CoreStrings.NavigationBadType(Object, Object, Object, Object) Method

Definition

The type of navigation '{1_entityType}.{0_navigation}' is '{foundType}' which does not implement 'ICollection<{targetType}>'. Collection navigations must implement 'ICollection<>' of the target type.

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

Parameters

navigation
Object
entityType
Object
foundType
Object
targetType
Object

Returns

Applies to