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