Click or drag to resize
SQLite3IsCompleteStatement Method
Determines if the text provided forms a complete SQL statement.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public static bool IsCompleteStatement(
	string sql
)

Parameters

sql
Type: SystemString
The text to evaluate.

Return Value

Type: Boolean
if the text forms a complete SQL statement, otherwise .
See Also