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()
Protected Overrides Function GetSort As String
Return Value
Type:
StringThe complete sort clause, including grouping.
See Also