Click or drag to resize

SparqlQueryPartialResultsOnTimeout Property

Gets/Sets whether Partial Results should be returned in the event of Query Timeout.

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

Property Value

Type: Boolean
Remarks

Partial Results (typically) only applies when executing the Query in memory. If you have an instance of this class and pass its string representation (using ToString()) you will lose the partial results information as this is not serialisable in SPARQL syntax.

See Also