다음을 통해 공유


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 .

적용 대상