Enum SparqlResultsType
Represents the type of the SPARQL Results Set.
Namespace: VDS.RDF.Query
Assembly: dotNetRDF.dll
Syntax
public enum SparqlResultsType
Fields
| Name | Description |
|---|---|
| Boolean | The Result Set represents a Boolean Result |
| Unknown | The Result Set represents an unknown result i.e. it has yet to be filled with Results |
| VariableBindings | The Result Set represents a set of Variable Bindings |