LinqExtender 1.01 released(weblogs.asp.net)
submitted by
mehfuzh(1906) 4 years, 5 months ago
I have released the new version of LinqExtender, it now support orderby queries
Like i can easily do.
var query = from q in context
where q.Id == 1
orderby q.Id descending
select q;
...
|category: Linq
|Views: 1
tags:
LINQ another
Everyones tags:
Your Tags: