Click or drag to resize

SparqlResultSet Constructor

Overload List
  NameDescription
Public methodSparqlResultSet
Creates an Empty Sparql Result Set.
Public methodSparqlResultSet(Boolean)
Creates a Sparql Result Set for the Results of an ASK Query with the given Result value.
Public methodSparqlResultSet(SparqlEvaluationContext)
Creates a SPARQL Result Set for the Results of a Query with the Leviathan Engine.
Public methodSparqlResultSet(IEnumerableSparqlResult)
Creates a Sparql Result Set for the collection of results.
Top
See Also