Click or drag to resize

TableQueryTOrderByDescendingU Method

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TableQuery<T> OrderByDescending<U>(
	Expression<Func<T, U>> orderExpr
)

Parameters

orderExpr
Type: System.Linq.ExpressionsExpressionFuncT, U

Type Parameters

U

Return Value

Type: TableQueryT
See Also