Sort search results by column in table using default sort order

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

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

Parameters

tableName
Type: System..::..String
Table name containing columnName
columnName
Type: System..::..String
Column name to sort

Return Value

void

See Also