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