jasondentler / Simple.Data.RawSql

Raw sql query extensions to Simple.Data
Other
8 stars 6 forks source link

Support for transactions & castable results #1

Closed thelalle closed 11 years ago

thelalle commented 11 years ago

Added support for SimpleTransactions.

ToRows now returns a SimpleList so this is possible: IEnumerable entities = db.ToRows("SELECT * FROM MyTable");

Some cleanup, made internal, line breaks etc.