Share via


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 にあります。

適用対象