public DataTable GetPagerData(out string pager, int size, int pageIndex, Dictionary <KeyValuePair <string, RoadFlow.Data.Model.SQLFilterType>, object> where) { where.Add(new KeyValuePair <string, RoadFlow.Data.Model.SQLFilterType>("Status", RoadFlow.Data.Model.SQLFilterType.EQUAL), RoadFlow.Data.Model.Status.Normal); return(baseDb.GetPagerData(out pager, size, pageIndex, where)); }