Click or drag to resize
DatabaseDebug Method (Boolean)
Set the debug state. true will enable recording of SQL statements

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

Parameters

debug
Type: SystemBoolean
Debug flag

Return Value

Type: Database
Self for chaining
See Also