Adds custom context information for all subsequent queries executed by the currently profiled DataContext.

Namespace:  Huagati.LinqToSQL.Profiler
Assembly:  HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.15.3506.21033

Syntax

C#
public void AddCustomProfilerData(
	string data,
	bool sessionLevel
)
Visual Basic (Declaration)
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)"]

See Also