Click or drag to resize

MapperKernelOrderBy Property

A SQL ORDER BY clause used as the default sort for the mapper. User sorting in a datasheet supercedes this clause.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string OrderBy { get; set; }

Property Value

Type: String

Implements

IMapperOrderBy
See Also