The SQL query that was executed
Namespace: Huagati.LLBLGen.ProfilerAssembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145
Syntax
C# |
---|
public XmlCDataSection SQLQuery { get; set; } |
Visual Basic |
---|
Public Property SQLQuery As XmlCDataSection Get Set |
Visual C++ |
---|
public: property XmlCDataSection^ SQLQuery { XmlCDataSection^ get (); void set (XmlCDataSection^ value); } |