Click or drag to resize
EditorDebug Method (Boolean)
Set the debug state. If enabled (`true`) Editor will record information about the SQL queries it makes and return that information in the JSON sent to the client-side query once the request has been processed.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public Editor Debug(
	bool debug
)

Parameters

debug
Type: SystemBoolean
Flag to for how to set the debug state

Return Value

Type: Editor
Self for chaining
See Also