次の方法で共有


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

定義

プロパティ '{property}' は CLR 型 '{clrType}' で宣言されているため、型 '{type}' に追加できません。

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

パラメーター

property
Object
entityTypetype
Object
clrType
Object

戻り値

適用対象