Click or drag to resize

SparqlQuery Properties

The SparqlQuery type exposes the following members.

Properties
  NameDescription
Public propertyAlgebraOptimisers
Gets/Sets the locally scoped Algebra Optimisers that are used to optimise the Query Algebra in addition to (but before) any global optimisers (specified by SparqlOptimiser.AlgebraOptimisers) that are applied.
Public propertyBaseUri
Gets/Sets the Base Uri for the Query.
Public propertyBindings
Gets/Sets the VALUES Clause for the Query which are bindings that should be applied.
Public propertyConstructTemplate
Gets/Sets the Construct Template for a Construct Query.
Public propertyDefaultGraphs
Gets the Default Graph URIs for the Query.
Public propertyDescriber
Gets/Sets the ISparqlDescribe which provides the Describe algorithm you wish to use.
Public propertyDescribeVariables
Gets the Variables, QNames and URIs used in the Describe Query.
Public propertyExpressionFactories
Gets/Sets the locally scoped Expression Factories that may be used if the query is using the CALL() function to do dynamic function invocation.
Public propertyGroupBy
Gets/Sets the Grouping for the Query.
Public propertyHasDistinctModifier
Gets whether a Query has a DISTINCT modifier.
Public propertyHasSolutionModifier
Gets whether the Query has a Solution Modifier (a GROUP BY, HAVING, ORDER BY, LIMIT or OFFSET).
Public propertyHaving
Gets/Sets the Having Clause for the Query.
Public propertyIsAggregate
Gets whether the Query has an Aggregate as its Result.
Public propertyIsOptimised
Gets whether Optimisation has been applied to the query.
Public propertyIsSubQuery
Gets whether this Query is a Sub-Query in another Query.
Public propertyLimit
Gets the Result Set Limit for the Query.
Public propertyNamedGraphs
Gets the Named Graph URIs for the Query.
Public propertyNamespaceMap
Gets the Namespace Map for the Query.
Public propertyOffset
Gets/Sets the Result Set Offset for the Query.
Public propertyOrderBy
Gets/Sets the Ordering for the Query.
Public propertyPartialResultsOnTimeout
Gets/Sets whether Partial Results should be returned in the event of Query Timeout.
Public propertyPropertyFunctionFactories
Gets/Sets the locally scoped Property Function factories that may be used by the PropertyFunctionOptimiser when generating the algebra for the query.
Public propertyQueryExecutionTime
Gets the Time taken to execute a Query.
Public propertyQueryType
Gets the type of the Query.
Public propertyRootGraphPattern
Gets the top level Graph Pattern of the Query.
Public propertySpecialType
Gets the Special Type of the Query (if any).
Public propertyTimeout
Gets/Sets the Query Execution Timeout in milliseconds.
Public propertyUsesDefaultDataset
Gets whether a Query uses the Default Dataset against which it is evaluated.
Public propertyVariables
Gets the Variables used in the Query.
Public propertyVirtualCount
The number of results that would be returned without any limit clause to a query or -1 if not supported. Defaults to the same value as the Count member.
Top
See Also