Class MergingResultSetHandler
A SPARQL Results Handler which allows you to load multiple Result Sets into a single Sparql
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 |
---|---|---|
Sparql |
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()