How to Use System.Data.IDbCommand’s Parameters and SQLite’s ‘Returning’ keyword together
I’m trying to add SQLite’s ‘RETURNING’ keyword to an insert query that uses placeholders and is ran via command.ExecuteScalar(). The current query, with command.Parameters values shown explicitly, looks as such: