SparqlResultSet Constructor |
| Name | Description | |
|---|---|---|
| SparqlResultSet |
Creates an Empty Sparql Result Set.
| |
| SparqlResultSet(Boolean) |
Creates a Sparql Result Set for the Results of an ASK Query with the given Result value.
| |
| SparqlResultSet(SparqlEvaluationContext) |
Creates a SPARQL Result Set for the Results of a Query with the Leviathan Engine.
| |
| SparqlResultSet(IEnumerableSparqlResult) |
Creates a Sparql Result Set for the collection of results.
|