CoreStrings.NotCollection(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}' ne peut pas être mappé en tant que collection, car elle n’implémente pas 'IEnumerable<T>'.
public static string NotCollection(object? entityType, object? property);
static member NotCollection : obj * obj -> string
Public Shared Function NotCollection (entityType As Object, property As Object) As String
Paramètres
- entityType
- Object
- property
- Object