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

Namespace: Huagati.LLBLGen.Profiler
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

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.LLBLGen.Profiler.QueryProfiler.AddCustomProfilerData(System.String,System.Boolean)"]

sessionLevel
Type: System..::..Boolean

[Missing <param name="sessionLevel"/> documentation for "M:Huagati.LLBLGen.Profiler.QueryProfiler.AddCustomProfilerData(System.String,System.Boolean)"]

See Also