CoreEventId.RowLimitingOperationWithoutOrderByWarning Поле

Определение

Внимание!

Теперь этот API является нерекомендуемым.

Запрос использует операцию ограничения строк (Skip/Take) без OrderBy, что может привести к непредсказуемым результатам.

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

Значение поля

Атрибуты

Комментарии

Это событие входит в категорию DbLoggerCategory.Query .

Применяется к