Click or drag to resize
IDatabaseConnectionLastInsertedRowId Property
Returns the rowid of the most recent successful INSERT into a rowid or virtual table.

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

Property Value

Type: Int64
See Also