dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteCommand Class / InsertID Property

In This Topic
InsertID Property
In This Topic
Returns the rowid of the most recent successful INSERT into the database.
Syntax
'Declaration
 
Public ReadOnly Property InsertID As Long
 

Property Value

The last generated rowid.
See Also