Show / Hide Table of Contents

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

Extension Methods

Extensions.AsEnumerable<SparqlResultsType>()
  • Improve this Doc
  • View Source
In This Article
  • Fields
  • Extension Methods
Back to top Generated by DocFX