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
)
Protected Function GenSortClause (
nFlags As Integer
) As String
Parameters
- nFlags
- Type: SystemInt32
Sort flags: 0 = ascending, 1 = descending.
Return Value
Type:
StringThe ORDER BY clause, without the ORDER BY keywords.
See Also