Click or drag to resize
IDatabaseConnectionPrepareStatement Method
Compiles a SQL statement into an IStatement.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
IStatement PrepareStatement(
	string sql,
	out string tail
)

Parameters

sql
Type: SystemString
The statement to compiled.
tail
Type: SystemString
Additional text beyond past the end of the first SQL statement.

Return Value

Type: IStatement
The compiled IStatement
See Also