C# Class RDFSharp.Query.RDFOffsetModifier

RDFOffsetModifier is a modifier which makes the first N query results to be not considered.
Inheritance: RDFModifier
Afficher le fichier Open project: mdesalvo/RDFSharp Class Usage Examples

Méthodes publiques

Méthode Description
RDFOffsetModifier ( Int32 offset ) : System

Default-ctor to build an Offset 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

RDFOffsetModifier() public méthode

Default-ctor to build an Offset modifier on a query
public RDFOffsetModifier ( Int32 offset ) : System
offset System.Int32
Résultat System

ToString() public méthode

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