{CompanyName} FlexyGo

SQLUtilities..::..ProcessOrderBy Method (String%)

Processes the order by sentence from a SQL sentence.

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

Syntax


public static string ProcessOrderBy(
	ref string SQLSentence
)
Public Shared Function ProcessOrderBy ( _
	ByRef SQLSentence As String _
) As String

Parameters

SQLSentence
Type: String%
The SQL sentence.

Return Value

System.String.