CoreEventId.FirstWithoutOrderByAndFilterWarning フィールド

定義

注意事項

この API は非推奨になりました。

クエリでは、OrderBy とフィルターを使用せずに First/FirstOrDefault 操作を使用します。これにより、予期しない結果が発生する可能性があります。

public static readonly Microsoft.Extensions.Logging.EventId FirstWithoutOrderByAndFilterWarning;
[System.Obsolete]
public static readonly Microsoft.Extensions.Logging.EventId FirstWithoutOrderByAndFilterWarning;
 staticval mutable FirstWithoutOrderByAndFilterWarning : Microsoft.Extensions.Logging.EventId
[<System.Obsolete>]
 staticval mutable FirstWithoutOrderByAndFilterWarning : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly FirstWithoutOrderByAndFilterWarning As EventId 

フィールド値

属性

注釈

このイベントはカテゴリ内 DbLoggerCategory.Query にあります。

適用対象