public T ExecuteSingle <T>(DbQuery <T> query) { throw new NotImplementedException(); }
public List <T> Execute <T>(DbQuery <T> query) { throw new NotImplementedException(); }
public int Execute(DbQuery query) { throw new NotImplementedException(); }