readLastModTime Method
Get the last modified date for a row in a table of this database.
readLastModTime(tableName: string, rowId: number): Date
@note  the table must have been created with addTimestamp: true
| Parameter | Type | Description | 
|---|---|---|
| tableName | string | |
| rowId | number | 
Returns - Date
Defined in
- core/backend/src/SQLiteDb.ts Line 112
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.