Click or drag to resize
SQLiteDatabaseConnectionStatements Property
An enumeration of the connection's currently opened statements in the order they were prepared.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public IEnumerable<IStatement> Statements { get; }

Property Value

Type: IEnumerableIStatement
See Also