Click or drag to resize
DatabaseDebugInfo Method
Get debug information. Each query will add an extra item to the list, with the text of the query and information about any bound values. Note that calling this method will empty the list, so any new queries will be added to an empty list.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public List<DebugInfo> DebugInfo()

Return Value

Type: ListDebugInfo
Query information list
See Also