共用方式為


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 類別中。

適用於