SparqlResultSet Constructor (Boolean) |
Creates a Sparql Result Set for the Results of an ASK Query with the given Result value.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public SparqlResultSet(
bool result
)
Public Sub New (
result As Boolean
)
Parameters
- result
- Type: SystemBoolean
[Missing <param name="result"/> documentation for "M:VDS.RDF.Query.SparqlResultSet.#ctor(System.Boolean)"]
See Also