CoreStrings.IndexPropertiesWrongEntity(Object, Object) 方法

定义

指定的索引属性 {indexProperties} 不在实体类型“{entityType}”上声明。 确保在目标实体类型上声明索引属性。

public static string IndexPropertiesWrongEntity (object index, object entityType);
public static string IndexPropertiesWrongEntity (object? indexProperties, object? entityType);
static member IndexPropertiesWrongEntity : obj * obj -> string
static member IndexPropertiesWrongEntity : obj * obj -> string
Public Shared Function IndexPropertiesWrongEntity (index As Object, entityType As Object) As String
Public Shared Function IndexPropertiesWrongEntity (indexProperties As Object, entityType As Object) As String

参数

indexindexProperties
Object
entityType
Object

返回

适用于