C# Class RDFSharp.Query.RDFLimitModifier

RDFLimitModifier is a modifier which applies an upper-bound counter to the number of query results to be considered.
Inheritance: RDFModifier
Datei anzeigen Open project: mdesalvo/RDFSharp Class Usage Examples

Public Methods

Method Description
RDFLimitModifier ( Int32 limit ) : System

Default-ctor to build a Limit modifier on a query

ToString ( ) : String

Gives the string representation of the modifier

Private Methods

Method Description
ApplyModifier ( DataTable table ) : DataTable

Applies the modifier on the given datatable

Method Details

RDFLimitModifier() public method

Default-ctor to build a Limit modifier on a query
public RDFLimitModifier ( Int32 limit ) : System
limit System.Int32
return System

ToString() public method

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