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
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing.Handlers
Assembly: dotNetRdf.dll
Syntax
public class MergingResultSetHandler : ResultSetHandler, ISparqlResultsHandler, INodeFactory
Constructors
| Improve this Doc View SourceMergingResultSetHandler(SparqlResultSet)
Creates a new Merging Result Set Handler.
Declaration
public MergingResultSetHandler(SparqlResultSet results)
Parameters
Type | Name | Description |
---|---|---|
SparqlResultSet | results | Result Set. |
Methods
| Improve this Doc 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()