CoreStrings.PropertyNotAdded(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.
Propriété « {entityType}. {property}' n’a pas pu être mappé, car il est de type « {propertyType} », qui n’est pas un type primitif pris en charge ou un type d’entité valide. Mappez explicitement cette propriété ou ignorez-la à l’aide de l’attribut « [NotMapped] » ou en utilisant « EntityTypeBuilder.Ignore » dans « OnModelCreating ».
public static string PropertyNotAdded (object entityType, object property, object propertyType);
public static string PropertyNotAdded (object? entityType, object? property, object? propertyType);
static member PropertyNotAdded : obj * obj * obj -> string
Public Shared Function PropertyNotAdded (entityType As Object, property As Object, propertyType As Object) As String
Paramètres
- entityType
- Object
- property
- Object
- propertyType
- Object