RelationalStrings.PropertyNotMappedToTable(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.
La propriété « {property} » sur le type d’entité « {entityType} » n’est pas mappée à « {table} ».
public static string PropertyNotMappedToTable(object property, object entityType, object table);
public static string PropertyNotMappedToTable(object? property, object? entityType, object? table);
static member PropertyNotMappedToTable : obj * obj * obj -> string
Public Shared Function PropertyNotMappedToTable (property As Object, entityType As Object, table As Object) As String
Paramètres
- property
- Object
- entityType
- Object
- table
- Object