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

Blob Support #366

Open ghost opened 7 years ago

ghost commented 7 years ago

How to save blob using this? What kind of datatype must i have in a class to translate to BLOB type in sqlite? Thank you!