Class MergingResultSetHandler
A SPARQL Results Handler which allows you to load multiple Result Sets into a single SparqlResultSet which the standard ResultSetHandler does not permit.
Inherited Members
Namespace: VDS.RDF.Parsing.Handlers
Assembly: dotNetRdf.dll
Syntax
public class MergingResultSetHandler : ResultSetHandler, ISparqlResultsHandler, INodeFactory
Constructors
| Edit this page View SourceMergingResultSetHandler(SparqlResultSet)
Creates a new Merging Result Set Handler.
Declaration
public MergingResultSetHandler(SparqlResultSet results)
Parameters
Type | Name | Description |
---|---|---|
SparqlResultSet | results | Result Set. |
Methods
| Edit this page View SourceStartResultsInternal()
Overrides the base classes logic to avoid the empty check on the Result Set thus allowing multiple result sets to be merged.
Declaration
protected override void StartResultsInternal()