Click or drag to resize

SparqlQueryOffset Property

Gets/Sets the Result Set Offset for the Query.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public int Offset { get; set; }

Property Value

Type: Int32
Remarks
Values less than zero are treated as 0 which indicates no offset.
See Also