Quantcast
Channel: SQL Server Compact Forum
Viewing all articles
Browse latest Browse all 193

How to get each row of the data for Windows phone

$
0
0

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.


Viewing all articles
Browse latest Browse all 193

Trending Articles