CoreStrings.ForeignKeyReferencedEntityKeyMismatch(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é principale fournie {principalKeyProperties} n’est pas une clé sur le type d’entité « {principalEntityType} ». Fournissez une clé définie sur le type d’entité principal.
public static string ForeignKeyReferencedEntityKeyMismatch(object principalKey, object principalEntityType);
public static string ForeignKeyReferencedEntityKeyMismatch(object? principalKeyProperties, object? principalEntityType);
static member ForeignKeyReferencedEntityKeyMismatch : obj * obj -> string
static member ForeignKeyReferencedEntityKeyMismatch : obj * obj -> string
Public Shared Function ForeignKeyReferencedEntityKeyMismatch (principalKey As Object, principalEntityType As Object) As String
Public Shared Function ForeignKeyReferencedEntityKeyMismatch (principalKeyProperties As Object, principalEntityType As Object) As String
Paramètres
- principalKeyprincipalKeyProperties
- Object
- principalEntityType
- Object