Click or drag to resize

Slice Constructor (ISparqlAlgebra, Int32, Int32)

Creates a new Slice modifier which uses a specific LIMIT and OFFSET.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Slice(
	ISparqlAlgebra pattern,
	int limit,
	int offset
)

Parameters

pattern
Type: VDS.RDF.Query.AlgebraISparqlAlgebra
Pattern.
limit
Type: SystemInt32
Limit.
offset
Type: SystemInt32
Offset.
See Also