CoreEventId.DistinctAfterOrderByWithoutRowLimitingOperatorWarning 字段

定义

查询在应用排序后使用“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

适用于