SparqlConnector.SkipLocalParsing 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:
Syntaxpublic bool SkipLocalParsing { get; set; }
Public Property SkipLocalParsing As Boolean
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