mercredi 4 mai 2016

Sqlite get last item where condition does apply in .Net

How to get the last Item of Database where a Special condition does apply?

 var History = (from c in conn.Table<HistoryItem>() select c.Done); //how to get last Item where c.Done is true?

Aucun commentaire:

Enregistrer un commentaire