Click or drag to resize
IDatabaseConnectionStatus Method
Retrieve runtime status information about a single database connection.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
void Status(
	DatabaseConnectionStatusCode statusCode,
	out int current,
	out int highwater,
	bool reset
)

Parameters

statusCode
Type: SQLitePCL.prettyDatabaseConnectionStatusCode
The parameter to interrogate.
current
Type: SystemInt32
The current value of the performance metric.
highwater
Type: SystemInt32
The highwater value of the performance metric.
reset
Type: SystemBoolean
If , then the highest instantaneous value is reset back down to the current value.
See Also