Example #1
0
 public DataTable ExecuteQuery(IDbCommand cmd)
 {
     GetDbQuery();
     return(_dbQuery.ExecuteQuery(cmd));
 }