Hi,
Say I am selecting rows from my article table, but I want to dynamically sort by specific columns and sort by des/asc.
Say my method signature looks like:
public List<Article> GetArticles(SortBy sort, SortOrder order)
{
}
Is there a way to do this with linq-to-sql?