Adds custom context information to the next query 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
)
Visual Basic
Public Sub AddCustomProfilerData ( _
	data As String _
)
Visual C++
public:
void AddCustomProfilerData(
	String^ data
)

Parameters

data
Type: System..::..String
Custom data to store

See Also