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.LLBLGen.ProfilerAssembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145
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); } |