CoreStrings.AmbiguousEndRequiredDependent(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 configurée comme ayant un dépendant obligatoire, car le côté dépendant ne peut pas être déterminé. Pour identifier le côté dépendant de la relation, configurez la propriété de clé étrangère dans « OnModelCreating ». Consultez https://go.microsoft.com/fwlink/?LinkId=724062 pour plus d’informations.
public static string AmbiguousEndRequiredDependent (object foreignKeyProperties, object entityType);
public static string AmbiguousEndRequiredDependent (object? foreignKeyProperties, object? entityType);
static member AmbiguousEndRequiredDependent : obj * obj -> string
Public Shared Function AmbiguousEndRequiredDependent (foreignKeyProperties As Object, entityType As Object) As String
Paramètres
- foreignKeyProperties
- Object
- entityType
- Object