Click or drag to resize

MapperDatasheetGetSort Method

Get the sort clause. The base class implementation is overridden here to support grouping.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override string GetSort()

Return Value

Type: String
The complete sort clause, including grouping.
See Also