Show / Hide Table of Contents

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 Source

Bindings

Information about bound variables (if any)

Declaration
public List<Binding> Bindings
Field Value
Type Description
List<Binding>
| Improve this Doc View Source

Query

SQL query

Declaration
public string Query
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX