oysteinkrog / SQLite.Net-PCL

Simple, powerful, cross-platform SQLite client and ORM - Updated version with PCL support
MIT License
353 stars 162 forks source link

NotSupportedException on Delete #373

Open bidasknakayama opened 7 years ago

bidasknakayama commented 7 years ago

How to delete ??

var query = Table().Where(v => v.created <= lastYear); await DeleteAsync(query);

NO manual, then, I could not use Delete., deleteAsync. Please advice me..