当前位置: 代码迷 >> Windows Mobile >> WP8 sqlite归属地数据库查询,该怎么处理
  详细解决方案

WP8 sqlite归属地数据库查询,该怎么处理

热度:15   发布时间:2016-04-25 07:14:25.0
WP8 sqlite归属地数据库查询
  List<object> obj = db.Query(new TableMapping(typeof(Mobile)), string.Format("Select * from Mobile where mobile={0}", textbox.Text));
如上所示,查询Mobile表(28W条数据),运行上面那段代码要3秒,有什么优化方法么,表内已经插入索引了。
------解决方案--------------------
有这么差吗?
我试试
  相关解决方案