Share via


CoreStrings.PropertyNotFound(Object, Object) Método

Definição

A propriedade '{1_entityType}. {0_property}' não foi encontrado. Verifique se a propriedade existe e foi incluída no modelo.

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

Parâmetros

property
Object
entityType
Object

Retornos

Aplica-se a