Hi
if there are more than 1 record, how do I read each row of record ?
var Cat = from c in context3.TblShop
where c.CityId == Convert.ToInt32(g_strCityId)
select c;
int intcount = Cat.Count();
Thanks.
Hi
if there are more than 1 record, how do I read each row of record ?
var Cat = from c in context3.TblShop
where c.CityId == Convert.ToInt32(g_strCityId)
select c;
int intcount = Cat.Count();
Thanks.