Click or drag to resize
IStatementStatus Method
Retrieve and reset counter values from a prepared statement.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
int Status(
	StatementStatusCode statusCode,
	bool reset
)

Parameters

statusCode
Type: SQLitePCL.prettyStatementStatusCode
The SQLITE_STMTSTATUS counter to be interrogated.
reset
Type: SystemBoolean
If , then the counter is reset to zero after this interface call returns.

Return Value

Type: Int32
The current value of the requested counter.
See Also