RelationalEventId.DataReaderDisposing Field

Definition

A database data reader has been disposed.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Database.Command category.

This event uses the DataReaderDisposingEventData payload when used with a DiagnosticSource.

Applies to