Click or drag to resize

SparqlResultsType Enumeration

Represents the type of the SPARQL Results Set.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum SparqlResultsType
Members
  Member nameValueDescription
Boolean0 The Result Set represents a Boolean Result
VariableBindings1 The Result Set represents a set of Variable Bindings
Unknown2 The Result Set represents an unknown result i.e. it has yet to be filled with Results
See Also