DbLoggerCategory.Database.Command Class

Definition

Logger category for command execution, including SQL sent to the database.

public class DbLoggerCategory.Database.Command : Microsoft.EntityFrameworkCore.Diagnostics.LoggerCategory<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Command>
type DbLoggerCategory.Database.Command = class
    inherit LoggerCategory<DbLoggerCategory.Database.Command>
Public Class DbLoggerCategory.Database.Command
Inherits LoggerCategory(Of DbLoggerCategory.Database.Command)
Inheritance
DbLoggerCategory.Database.Command

Constructors

DbLoggerCategory.Database.Command()

Methods

ToString()

The logger category name.

(Inherited from LoggerCategory<T>)

Applies to