{CompanyName} FlexyGo

SQLUtilities..::..appendOrderBy Method

appends an order by to another one.

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

Syntax


public static string appendOrderBy(
	string OrderBy1,
	string OrderBy2
)
Public Shared Function appendOrderBy ( _
	OrderBy1 As String, _
	OrderBy2 As String _
) As String

Parameters

OrderBy1
Type: String
Orderby 1 string.
OrderBy2
Type: String
Orderby 2 string.

Return Value

System.String.