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: Huagati.LinqToSQL.Profiler
Assembly: HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.33.3996.16059

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