Click or drag to resize

SparqlResult Constructor

Overload List
  NameDescription
Public methodSparqlResult()
Creates a new empty SPARQL Result which can only be filled by methods internal to the dotNetRDF Library.
Public methodSparqlResult(ISet)
Creates a new SPARQL Result from the given Set.
Public methodSparqlResult(ISet, IEnumerable<String>)
Creates a new SPARQL Result from the given Set which contains only the given variables in the given order.
Top
See Also