Click or drag to resize

QueryBuilderQueryType Property

Gets the query type of the generated SPARQL query.

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlQueryType QueryType { get; protected set; }

Property Value

Type: SparqlQueryType

Implements

IQueryBuilderQueryType
See Also