Managed call stack that caused the query to execute.

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

Syntax

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

See Also