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
Afficher le fichier Open project: mdesalvo/RDFSharp Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ApplyModifier ( DataTable table ) : DataTable

Applies the modifier on the given datatable

Method Details

RDFLimitModifier() public méthode

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

ToString() public méthode

Gives the string representation of the modifier
public ToString ( ) : String
Résultat String