Click or drag to resize

SparqlQueryType Enumeration

Types of SPARQL Query.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum SparqlQueryType
Members
  Member nameValueDescription
Unknown0 Unknown
Ask1 Ask
Construct2 Constuct
Describe3 Describe
DescribeAll4 Describe All
Select5 Select
SelectDistinct6 Select Distinct
SelectReduced7 Select Reduced
SelectAll8 Select All
SelectAllDistinct9 Select All Distinct
SelectAllReduced10 Select All Reduced
See Also