CoreStrings.InterfacePropertyNotAdded(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}. {navigation}' est d’un type d’interface (« {propertyType} »). S’il s’agit d’une navigation, configurez manuellement la relation pour cette propriété en la cassant dans un type d’entité mappé. Sinon, ignorez la propriété à l’aide de l’attribut [NotMapped] ou « Ignore » dans « OnModelCreating ».
public static string InterfacePropertyNotAdded (object entityType, object navigation, object propertyType);
public static string InterfacePropertyNotAdded (object? entityType, object? navigation, object? propertyType);
static member InterfacePropertyNotAdded : obj * obj * obj -> string
Public Shared Function InterfacePropertyNotAdded (entityType As Object, navigation As Object, propertyType As Object) As String
Paramètres
- entityType
- Object
- navigation
- Object
- propertyType
- Object