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