Managed call stack that caused the query to execute.

Namespace: Huagati.LLBLGen.Profiler
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

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

See Also