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 にあります。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework