CoreEventId.DistinctAfterOrderByWithoutRowLimitingOperatorWarning 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
查询在应用排序后使用“Distinct”运算符。 如果在排序之前 Distinct
和之后使用了任何行限制操作,则将对其进行排序。
排序 () 后 Distinct
将被删除,之后的结果将无序。
public static readonly Microsoft.Extensions.Logging.EventId DistinctAfterOrderByWithoutRowLimitingOperatorWarning;
staticval mutable DistinctAfterOrderByWithoutRowLimitingOperatorWarning : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly DistinctAfterOrderByWithoutRowLimitingOperatorWarning As EventId
字段值
注解
此事件属于 类别 DbLoggerCategory.Query 。