Click or drag to resize

MapperFiltersAddDebugInfo Method

Append debug information to this collection's DebugInfo text. Note that this information is currently visible only in the debugger.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void AddDebugInfo(
	string info
)

Parameters

info
Type: SystemString
The information to append.
See Also