The SQL query that was executed

Namespace:  Huagati.LinqToSQL.Profiler
Assembly:  HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.15.3506.21033

Syntax

C#
public XmlCDataSection SQLQuery { get; set; }
Visual Basic (Declaration)
Public Property SQLQuery As XmlCDataSection
Visual C++
public:
property XmlCDataSection^ SQLQuery {
	XmlCDataSection^ get ();
	void set (XmlCDataSection^ value);
}

See Also