Partager via


CoreStrings.NavigationBadType(Object, Object, Object, Object) Méthode

Définition

Type de navigation « {1_entityType}. {0_navigation} » est « {foundType} » qui n’implémente pas « ICollection<{targetType}> ». Les navigations de collection doivent implémenter « ICollection<> » du type cible.

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

Paramètres

navigation
Object
entityType
Object
foundType
Object
targetType
Object

Retours

S’applique à