The MSDN documentation states that an EntitySet implements IBindingList
(see \'Binding to EntitySets\' at http://msdn.microsoft.com/en-us/library/bb546190.aspx)
OrderByDecending!
var tags = objContext.Tags; gvTester.DataSource = tags.OrderByDescending(x => x.TagID); ; gvTester.DataBind();