DbLoggerCategory.Query Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logger category for messages related to queries, excluding the generated SQL, which is in the DbLoggerCategory.Database.Command category.
public class DbLoggerCategory.Query : Microsoft.EntityFrameworkCore.Diagnostics.LoggerCategory<Microsoft.EntityFrameworkCore.DbLoggerCategory.Query>
type DbLoggerCategory.Query = class
inherit LoggerCategory<DbLoggerCategory.Query>
Public Class DbLoggerCategory.Query
Inherits LoggerCategory(Of DbLoggerCategory.Query)
- Inheritance
Constructors
DbLoggerCategory.Query() |
Methods
ToString() |
The logger category name. (Inherited from LoggerCategory<T>) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework