BaseOrderBy_modifier Field |
Modifier used to make ordering Descending.
Namespace:
VDS.RDF.Query.Ordering
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax Protected _modifier As Integer
Field Value
Type:
Int32Remarks Implementations derived from this class should multiply their comparison results by the modifier to automatically provide Ascending/Descending order.
See Also