Enum SparqlQueryType
Types of SPARQL Query.
Namespace: VDS.RDF.Query
Assembly: dotNetRdf.dll
Syntax
public enum SparqlQueryType
  Fields
| Name | Description | 
|---|---|
| Ask | Ask  | 
      
| Construct | Construct  | 
      
| Describe | Describe  | 
      
| DescribeAll | Describe All  | 
      
| Select | Select  | 
      
| SelectAll | Select All  | 
      
| SelectAllDistinct | Select All Distinct  | 
      
| SelectAllReduced | Select All Reduced  | 
      
| SelectDistinct | Select Distinct  | 
      
| SelectReduced | Select Reduced  | 
      
| Unknown | Unknown  |