Click or drag to resize
IDatabaseConnectionTotalChanges Property
Returns the number of row changes caused by INSERT, UPDATE or DELETE statements since the database connection was opened.

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

Property Value

Type: Int32
See Also