The QueryInformation class correspond to a Linq-to-SQL Profiler log entry. It contain information about individual query executions such as the generated SQL Query, SQL Server I/O data and timings, execution context (machine, user, date/time etc), managed call-stack, and (optionally) also SQL Server Execution plans.
Namespace:
Huagati.LinqToSQL.Profiler
Assembly:
HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.15.3506.21033
Syntax
| C# |
|---|
public class QueryInformation |
| Visual Basic (Declaration) |
|---|
Public Class QueryInformation |
| Visual C++ |
|---|
public ref class QueryInformation |
Inheritance Hierarchy
See Also