CoreStrings.PropertyWrongEntityClrType(Object, Object, Object) 方法

定义

无法将属性“{property}”添加到类型“{type}”,因为它在 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

参数

property
Object
entityTypetype
Object
clrType
Object

返回

适用于