Share via


DbLoggerCategory.Database.Command Class

Definition

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

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
public class DbLoggerCategory.Database.Command : Microsoft.EntityFrameworkCore.Diagnostics.LoggerCategory<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Command>
public class DbLoggerCategory.Database.Command : Microsoft.EntityFrameworkCore.Diagnostics.LoggerCategory<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Command>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
type DbLoggerCategory.Database.Command = class
    inherit LoggerCategory<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
Attributes

Constructors

Name Description
DbLoggerCategory.Database.Command()

Methods

Name Description
ToString()

The logger category name.

(Inherited from LoggerCategory<T>)

Applies to