Esempio n. 1
0
 public TableQuery(DBConnection conn) : this(conn, conn.GetMapping(typeof(T)))
 {
 }
Esempio n. 2
0
 public List <T> ExecuteQuery <T>()
 {
     return(ExecuteQueryDeferred <T>(_conn.GetMapping(typeof(T))).ToList());
 }