Click or drag to resize

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()

Return Value

Type: String
The Mapper's sort.
See Also