请问下,我用Uri uri = new Uri("http://localhost:11888/entity/sudaService.svc/");
        sudaService.sudaEntities service = new suda.sudaService.sudaEntities(uri);这种方式查询数据库,在数据库表中有一列是时间,类型是datetime,我想查某一个时间到另一时间内的数据,请问我的条件应该怎么写??急,在线等