Condividi tramite


CoreStrings.PropertyWrongClrType(Object, Object, Object, Object) Metodo

Definizione

Impossibile aggiungere la proprietà '{property}' al tipo '{type}' perché il tipo della proprietà CLR o del campo '{clrType}' corrispondente non corrisponde al tipo specificato '{propertyType}'.

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

Parametri

property
Object
entityTypetype
Object
clrType
Object
propertyType
Object

Restituisce

Si applica a