how to get last record that i am entered in linq to sql query using webservice [web method] ?
please give me answer with example ?
thanx
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ranjan sahooPosted Apr 12, 2014, 4:33 AM
saurabh mittalPosted Apr 12, 2014, 4:14 AM
you can get this by
var qry = db.ObjectCollection .Where(m => m.
.OrderByDescending(m => m.
or u can refer to this link