Adds custom context information for all subsequent queries executed by the currently profiled DataContext.
            
Namespace: Huagati.LinqToSQL.ProfilerAssembly: HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.33.3996.16059
 Syntax
Syntax
| C# | 
|---|
| public void AddCustomProfilerData( string data, bool sessionLevel ) | 
| Visual Basic | 
|---|
| Public Sub AddCustomProfilerData ( _ data As String, _ sessionLevel As Boolean _ ) | 
| Visual C++ | 
|---|
| public: void AddCustomProfilerData( String^ data, bool sessionLevel ) | 
Parameters
- data
- Type: System..::..String[Missing <param name="data"/> documentation for "M:Huagati.LinqToSQL.Profiler.QueryProfiler.AddCustomProfilerData(System.String,System.Boolean)"] 
- sessionLevel
- Type: System..::..Boolean[Missing <param name="sessionLevel"/> documentation for "M:Huagati.LinqToSQL.Profiler.QueryProfiler.AddCustomProfilerData(System.String,System.Boolean)"] 





