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.ProfilerAssembly: HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.15.3506.21033
Syntax
| C# |
|---|
public XmlCDataSection CustomData { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property CustomData As XmlCDataSection |
| Visual C++ |
|---|
public: property XmlCDataSection^ CustomData { XmlCDataSection^ get (); void set (XmlCDataSection^ value); } |