{CompanyName} FlexyGo

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

Processes the order by from aSQL and returns the order by with the table name.

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

Syntax


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

Parameters

SQLSentence
Type: String%
The SQL sentence.
aTableName
Type: String
Table Name.

Return Value

System.String.