Click or drag to resize
IDatabaseConnectionChanges Property
Returns the number of database rows that were changed, inserted or deleted by the most recently completed IStatement.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
int Changes { get; }

Property Value

Type: Int32
See Also