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

On this page
    InsertID Property
    On this page
    Returns the rowid of the most recent successful INSERT into the database.
    Syntax
    'Declaration
     
    Public ReadOnly Property InsertID As Long
    public long InsertID {get;}

    Property Value

    The last generated rowid.
    See Also