Condividi tramite


CoreStrings.PropertyWrongEntityClrType(Object, Object, Object) Metodo

Definizione

Impossibile aggiungere la proprietà '{property}' al tipo '{type}' perché viene dichiarata nel tipo CLR '{clrType}'.

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

Parametri

property
Object
entityTypetype
Object
clrType
Object

Restituisce

Si applica a