Condividi tramite


CoreStrings.PropertyNotFound(Object, Object) Metodo

Definizione

Proprietà '{1_entityType}. Impossibile trovare {0_property}'. Verificare che la proprietà esista ed sia stata inclusa nel modello.

public static string PropertyNotFound (object property, object entityType);
public static string PropertyNotFound (object? property, object? entityType);
static member PropertyNotFound : obj * obj -> string
Public Shared Function PropertyNotFound (property As Object, entityType As Object) As String

Parametri

property
Object
entityType
Object

Restituisce

Si applica a