Click or drag to resize

QueryBuilder.QueryType 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

IQueryBuilder.QueryType
See Also