RelationalStrings.PropertyNotMappedToTable(Object, Object, Object) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
La propiedad '{property}' del tipo de entidad '{entityType}' no está asignada a '{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
Parámetros
- property
- Object
- entityType
- Object
- table
- Object