Click or drag to resize
DatabaseTraceEventArgsStatement Property
The SQL statement text as the statement first begins executing which caused the trace event.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public string Statement { get; }

Property Value

Type: String
See Also