Share via


CoreStrings.PropertyWrongClrType(Object, Object, Object, Object) メソッド

定義

対応する CLR プロパティまたはフィールド '{clrType}' の型が指定した型 '{propertyType}' と一致しないため、プロパティ '{property}' を型 '{type}' に追加できません。

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

パラメーター

property
Object
entityTypetype
Object
clrType
Object
propertyType
Object

戻り値

適用対象