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