Platform Core .NET Assemblies API
OrderBy Method
See Also  Send Feedback
Terrasoft.Core.DB Namespace > Query Class : OrderBy Method

Glossary Item Box

Overload List

OverloadDescription
OrderBy(OrderDirectionStrict,String)Sorts query results in the specified order by the column with the specified alias.  
OrderBy(OrderDirectionStrict,String,String)Sorts the query results in the specified order by the column with the specified alias from the specified source.  
OrderBy(OrderDirectionStrict,QueryFunction)Sorts the query results in the specified order, using the value of the passed-in function as the sort key.  
OrderBy(OrderDirectionStrict,Select)Sorts the query results in the specified order, using the results of the passed-in selection subquery as the sort key.  
OrderBy(OrderDirectionStrict,Query)Sorts the query results in the specified order, using the results of the passed-in random subquery as the sort key.  
OrderBy(OrderDirectionStrict,QueryColumnExpression)Sorts the query results in the specified order, using the value of the passed-in expression as the sort key.  
OrderBy(OrderDirectionStrict,IQueryColumnExpressionConvertible)Sorts the query results in the specified order, using the value of the passed-in expression as the sort key.  

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.