Subsonic ordering – OrderByDescend...
Posted by Jamsi in
ASP.NET on 12 22nd, 2009 |
No Comments
So the subsonic documentation sucks. If you’re new to activerecord, linq and subsonic in general; you’ll find it fairly hard to construct basic queries. However once you’ve got it under control, it’s a piece of cake.
To sort your table using activerecord, use the following examples;
To...