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()
Protected Function CurrentGrouping As String
Return Value
Type:
StringThe current grouping sort clause.
See Also