Tags:MonoTouch, MonoTouch.Dialog, Sqlite-net, MonoTouch.Dialog Reflection, CRUD
Hey guys, in my latest adventures in all things MonoTouch, I learned of Fak's Sqlite-net library, and decided to delve in. I came up a cool abstract dbbase class (I think it came with the sample for sqlite-net I found, and then used a sub-class with sqlite-net attributes, and MT.d attributes to create a simple CRUD framework for your data access. I've included the DBBase class and a sample form class. Here it is.
Cheers
...
(more)