SparqlQuery.Limit Property |
Gets the Result Set Limit for the Query.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic int Limit { get; set; }
Public Property Limit As Integer
Get
Set
Property Value
Type:
Int32
RemarksValues less than zero are counted as -1 which indicates no limit.
See Also