{CompanyName} FlexyGo

SQLUtilities..::..RemoveOrderBy Method

Removes order by from a SQL sentence.

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

Syntax


public static string RemoveOrderBy(
	string SqlSentence
)
Public Shared Function RemoveOrderBy ( _
	SqlSentence As String _
) As String

Parameters

SqlSentence
Type: String

Return Value

System.String.