CoreEventId.FirstWithoutOrderByAndFilterWarning Field

Definition

Caution

This API is now deprecated.

A query uses First/FirstOrDefault operation without OrderBy and filter which may lead to unpredictable results.

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 

Field Value

Attributes

Remarks

This event is in the DbLoggerCategory.Query category.

Applies to