CoreStrings.InvalidNavigationWithInverseProperty Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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