CoreEventId.LazyLoadOnDisposedContextWarning Campo

Definición

Se intentó cargar una propiedad diferida después de eliminar DbContext.

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

Valor de campo

Comentarios

Este evento está en la DbLoggerCategory.Infrastructure categoría .

Este evento usa la LazyLoadingEventData carga cuando se usa con .DiagnosticSource

Se aplica a