Custom data attached to the profiler session before the query was executed. This member is reset between each query execution and can be used by the profiled application to provide additional context.

Namespace: HuagatiEFProfiler
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

Syntax

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

See Also