CoreStrings.AmbiguousEndRequiredInverted(Object, Object, Object) 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.
La clé étrangère {foreignKeyProperties} sur le type d’entité « {entityType} » ne peut pas être inversée par le type d’entité « {principalEntityType} », car elle a été configurée comme nécessaire avant la configuration du côté dépendant. Configurez la propriété de clé étrangère ou la clé principale avant de configurer la clé étrangère en fonction des besoins. Consultez https://go.microsoft.com/fwlink/?LinkId=724062 pour plus d’informations.
public static string AmbiguousEndRequiredInverted (object foreignKeyProperties, object entityType, object principalEntityType);
public static string AmbiguousEndRequiredInverted (object? foreignKeyProperties, object? entityType, object? principalEntityType);
static member AmbiguousEndRequiredInverted : obj * obj * obj -> string
Public Shared Function AmbiguousEndRequiredInverted (foreignKeyProperties As Object, entityType As Object, principalEntityType As Object) As String
Paramètres
- foreignKeyProperties
- Object
- entityType
- Object
- principalEntityType
- Object