다음을 통해 공유


CoreEventId.LazyLoadOnDisposedContextWarning 필드

정의

DbContext가 삭제된 후 속성을 지연 로드하려고 했습니다.

public static readonly Microsoft.Extensions.Logging.EventId LazyLoadOnDisposedContextWarning;
 staticval mutable LazyLoadOnDisposedContextWarning : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly LazyLoadOnDisposedContextWarning As EventId 

필드 값

설명

이 이벤트는 범주에 있습니다 DbLoggerCategory.Infrastructure .

이 이벤트는 와 함께 사용할 때 페이로드를 DiagnosticSource사용합니다LazyLoadingEventData.

적용 대상