Click or drag to resize
DatabaseDebug Method
Get the current debug state for this Database instance

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

Return Value

Type: Boolean
true if debug recording is enabled, false otherwise
See Also