Click or drag to resize

FederatedSparqlRemoteEndpointQueryWithResultSet Method (ISparqlResultsHandler, String)

Makes a Query where the expected Result is a SparqlResultSet ie. SELECT and ASK Queries.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override void QueryWithResultSet(
	ISparqlResultsHandler handler,
	string sparqlQuery
)

Parameters

handler
Type: VDS.RDFISparqlResultsHandler
Results Handler to process the results.
sparqlQuery
Type: SystemString
SPARQL Query String.
Exceptions
ExceptionCondition
RdfQueryExceptionThrown if any of the requests to the endpoints fail.
RdfQueryTimeoutExceptionThrown if not all the requests complete within the set timeout.
See Also