CoreStrings.EntityEqualitySubqueryWithCompositeKeyNotSupported(Object) 方法

定义

此查询将导致子查询的多次计算,因为实体“{entityType}”具有复合键。 重写查询,避免子查询。

public static string EntityEqualitySubqueryWithCompositeKeyNotSupported (object entityType);
static member EntityEqualitySubqueryWithCompositeKeyNotSupported : obj -> string
Public Shared Function EntityEqualitySubqueryWithCompositeKeyNotSupported (entityType As Object) As String

参数

entityType
Object

返回

适用于