RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

ListWindowViewModel..::..ChangeOrderByType Method

Changes the type of the order by.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public void ChangeOrderByType(
	OrderByTypes orderByType,
	ListControlColumn column
)
Public Sub ChangeOrderByType ( _
	orderByType As OrderByTypes, _
	column As ListControlColumn _
)
public:
void ChangeOrderByType(
	OrderByTypes^ orderByType, 
	ListControlColumn^ column
)

Parameters

orderByType
Type: RingSoft.DbLookup.QueryBuilder..::..OrderByTypes
Type of the order by.
column
Type: RingSoft.DbLookup..::..ListControlColumn
The column.