Sort search results by column selected sort order

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

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

Parameters

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

Return Value

void

See Also