Click or drag to resize

SparqlQueryLimit Property

Gets the Result Set Limit for the Query.

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

Property Value

Type: Int32
Remarks
Values less than zero are counted as -1 which indicates no limit.
See Also