1 implementation of SortDescending
System.Web.DynamicData (1)
DynamicData\MetaTable.cs (1)
299public virtual bool SortDescending {
2 references to SortDescending
System.Web.DynamicData (2)
DynamicData\Util\Misc.cs (2)
227if (table.SortDescending) { 249string ordering = table.SortDescending ? "OrderByDescending" : "OrderBy";