The QueryInformation class correspond to a LLBLGen 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.LLBLGen.Profiler
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

C#
public class QueryInformation
Visual Basic
Public Class QueryInformation
Visual C++
public ref class QueryInformation

Inheritance Hierarchy

System..::..Object
  Huagati.LLBLGen.Profiler..::..QueryInformation

See Also