Condividi tramite


CoreEventId.LazyLoadOnDisposedContextWarning Campo

Definizione

È stato effettuato un tentativo di caricamento differita di una proprietà dopo l'eliminazione di DbContext.

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

Valore del campo

Commenti

Questo evento si trova nella DbLoggerCategory.Infrastructure categoria .

Questo evento usa il LazyLoadingEventData payload quando viene usato con un oggetto DiagnosticSource.

Si applica a