2833 shaares
5 private links
5 private links
7 results
tagged
orm
Dapper is an ORM library, which extends methods of IDbConnection interface. These extension methods have efficient code to perform insert, update delete and select methods. These extension methods are,
HILO
public IEnumerable<T> FindAll(DetachedCriteria criteria)