MapperKernelGetSort Method |
Returns the Mappers sort. If there is no sort specified, a sort expression based on the primary key
is returned to ensure a reliable row order.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected virtual string GetSort()
Protected Overridable Function GetSort As String
Return Value
Type:
StringThe Mapper's sort.
See Also