Show / Hide Table of Contents

Enum SparqlQueryType

Types of SPARQL Query.
Namespace: VDS.RDF.Query
Assembly: dotNetRDF.dll
Syntax
public enum SparqlQueryType

Fields

Name Description
Ask Ask
Construct Constuct
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

Extension Methods

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