Sort search results by column in table using selected sort order

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public void Sort(
	string tableName,
	string columnName,
	eSort sortBy
)
Visual Basic
Public Sub Sort ( _
	tableName As String, _
	columnName As String, _
	sortBy As eSort _
)
Visual C++
public:
void Sort(
	String^ tableName, 
	String^ columnName, 
	eSort sortBy
)

Parameters

tableName
Type: System..::..String
Table name containing columnName
columnName
Type: System..::..String
Column name to sort
sortBy
Type: Wiker.WIDatabase..::..eSort
How to sort results

Return Value

void

See Also