{CompanyName} FlexyGo

SQLUtilities..::..addOrderBy Method

adds order by sentence to SQL string.

Namespace:  FLEXYGO.Utilities.SQL
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static string addOrderBy(
	string aSql,
	string OrderBy
)
Public Shared Function addOrderBy ( _
	aSql As String, _
	OrderBy As String _
) As String

Parameters

aSql
Type: String
a SQL sentence.
OrderBy
Type: String
The order by.

Return Value

System.String.