Click or drag to resize

FieldKernelGenSortClause Method

Generate a SQL sort (ORDER BY) clause to use to sort on this field. The ORDER BY keywords are not included.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string GenSortClause(
	int nFlags
)

Parameters

nFlags
Type: SystemInt32
Sort flags: 0 = ascending, 1 = descending.

Return Value

Type: String
The ORDER BY clause, without the ORDER BY keywords.
See Also