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