CoreStrings.ConflictingKeylessAndPrimaryKeyAttributes(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.
Le type d’entité « {entity} » a à la fois des attributs [Keyless] et [PrimaryKey] ; il faut en supprimer un.
public static string ConflictingKeylessAndPrimaryKeyAttributes(object? entity);
static member ConflictingKeylessAndPrimaryKeyAttributes : obj -> string
Public Shared Function ConflictingKeylessAndPrimaryKeyAttributes (entity As Object) As String
Paramètres
- entity
- Object