C# Class RDFSharp.Query.RDFOrderByModifier

RDFOrderByModifier is a modifier which applies a sort on the results of a SELECT query for the given variable.
Inheritance: RDFModifier
Exibir arquivo Open project: mdesalvo/RDFSharp

Public Methods

Method Description
RDFOrderByModifier ( RDFVariable variable, RDFQueryEnums orderbyFlavor ) : System

Default-ctor to build an OrderBy modifier of the given flavor on the given variable

ToString ( ) : String

Gives the string representation of the modifier

Private Methods

Method Description
ApplyModifier ( DataTable table ) : DataTable

Applies the modifier on the column corresponding to the variable in the given datatable

Method Details

RDFOrderByModifier() public method

Default-ctor to build an OrderBy modifier of the given flavor on the given variable
public RDFOrderByModifier ( RDFVariable variable, RDFQueryEnums orderbyFlavor ) : System
variable RDFVariable
orderbyFlavor RDFQueryEnums
return System

ToString() public method

Gives the string representation of the modifier
public ToString ( ) : String
return String