DataSource.setSort

Overview | Methods | This Package | All Packages

DataSource.setSort

Sets the sort order for the data source.

Syntax

public void setSort( String sort )

Parameters

sort

A string that specifies one or more field names to sort the recordset on, and whether each field is sorted in ascending or descending order.

See Also   getSort, ADO Sort property