Class DebugInfo
SQL statement debug information
Inheritance
System.Object
DebugInfo
Namespace: DataTables.EditorUtil
Assembly: DataTables-Editor-Server.dll
Syntax
public class DebugInfo : object
Fields
| Improve this Doc View SourceBindings
Information about bound variables (if any)
Declaration
public List<Binding> Bindings
Field Value
Type | Description |
---|---|
List<Binding> |
Query
SQL query
Declaration
public string Query
Field Value
Type | Description |
---|---|
System.String |