CoreStrings.ComparerPropertyMismatch(Object, 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í.
No se puede usar el comparador para el tipo '{type}' para '{entityType}. {propertyName}' porque su tipo es '{propertyType}'.
public static string ComparerPropertyMismatch(object type, object entityType, object propertyName, object propertyType);
public static string ComparerPropertyMismatch(object? type, object? entityType, object? propertyName, object? propertyType);
static member ComparerPropertyMismatch : obj * obj * obj * obj -> string
Public Shared Function ComparerPropertyMismatch (type As Object, entityType As Object, propertyName As Object, propertyType As Object) As String
Parámetros
- type
- Object
- entityType
- Object
- propertyName
- Object
- propertyType
- Object