Click or drag to resize

MapperKernelCurrentGrouping Method

Gets the current grouping sort clause. Typically this is a field key name optionally followed by " DESC" when descending sort is in use.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string CurrentGrouping()

Return Value

Type: String
The current grouping sort clause.
See Also