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; }
Public Property Offset As Integer
Get
Set
Property Value
Type:
Int32Remarks Values less than zero are treated as 0 which indicates no offset.
See Also