I was working away writing today and I was playing with Sqlite in MonoTouch. I have my database working. I have the tables setup. I have indexes, triggers, and all kinds of stuff running over ADO.NET Sqlite Commands and Connections. Obviously, getting the data out (select) is the easy part. I put together...