共用方式為


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

適用於