Partager via


CoreStrings.InvalidNavigationWithInverseProperty Méthode

Définition

Attribut [InverseProperty] sur la propriété « {1_entityType} ». {0_property}' n’est pas valide. La propriété « {referencedProperty} » n’est pas une navigation valide sur le type associé « {referencedEntityType} ». Vérifiez que la propriété existe et qu’elle est une référence ou une navigation de collection valide.

public static string InvalidNavigationWithInverseProperty (object property, object entityType, object referencedProperty, object referencedEntityType);
public static string InvalidNavigationWithInverseProperty (object? property, object? entityType, object? referencedProperty, object? referencedEntityType);
static member InvalidNavigationWithInverseProperty : obj * obj * obj * obj -> string
Public Shared Function InvalidNavigationWithInverseProperty (property As Object, entityType As Object, referencedProperty As Object, referencedEntityType As Object) As String

Paramètres

property
Object
entityType
Object
referencedProperty
Object
referencedEntityType
Object

Retours

S’applique à