Condividi tramite


RelationalStrings.PropertyNotMappedToTable(Object, Object, Object) Metodo

Definizione

La proprietà '{property}' nel tipo di entità '{entityType}' non è mappata 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

Parametri

property
Object
entityType
Object
table
Object

Restituisce

Si applica a