Freigeben über


CoreStrings.PropertyWrongClrType(Object, Object, Object, Object) Methode

Definition

Die Eigenschaft '{property}' kann dem Typ '{type}' nicht hinzugefügt werden, da der Typ der entsprechenden CLR-Eigenschaft oder des entsprechenden CLR-Felds '{clrType}' nicht mit dem angegebenen Typ '{propertyType}' übereinstimmt.

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

Parameter

property
Object
entityTypetype
Object
clrType
Object
propertyType
Object

Gibt zurück

Gilt für: