I'm trying to get my BD Sqlite the last 10 records from a table.
I tried it with the following command:
return _sqlconnection.Table ().Last ();
But I just returned last record, if I test with the following command:
return _sqlconnection.ExecuteScalar<List> ("SELECT * FROM