samedi 19 décembre 2015

Getting the primary after inserting item in SQLite.net-PCL for UWP

How do get the primary key value after inserting an item into an SQLite datatable? I am using the SQLite.net-PCL for UWP. I am also using C#. Thanks.

using (var db = new SQLiteConnection (App.SQLITE_PLATFORM, App.DB_PATH)
{

}

Aucun commentaire:

Enregistrer un commentaire