C# Class RDFSharp.Query.RDFOffsetModifier

RDFOffsetModifier is a modifier which makes the first N query results to be not considered.
Inheritance: RDFModifier
ファイルを表示 Open project: mdesalvo/RDFSharp Class Usage Examples

Public Methods

Method 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

Method Description
ApplyModifier ( DataTable table ) : DataTable

Applies the modifier on the given datatable

Method Details

RDFOffsetModifier() public method

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

ToString() public method

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