Click or drag to resize

SparqlConnectorSkipLocalParsing Property

Controls whether the Query will be parsed locally to accurately determine its Query Type for processing the response.

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

Property Value

Type: Boolean
Remarks
If the endpoint you are connecting to provides extensions to SPARQL syntax which are not permitted by the libraries parser then you may wish to enable this option as otherwise you will not be able to execute such queries.
See Also