Click or drag to resize

SparqlUpdateEvaluationContext Properties

The SparqlUpdateEvaluationContext type exposes the following members.

Properties
  NameDescription
Public propertyCommands
Gets the Command Set (if any) that this context pertains to.
Public propertyData
Dataset upon which the Updates are applied.
Public propertyQueryProcessor
Gets the Query Processor used to process the WHERE clauses of DELETE or INSERT commands.
Public propertyRemainingTimeout
Gets the Remaining Timeout i.e. the Timeout taking into account time already elapsed.
Public propertyUpdateTime
Retrieves the Time in milliseconds the update took to evaluate.
Public propertyUpdateTimeout
Gets the Update Timeout used for the Command Set.
Public propertyUpdateTimeTicks
Retrieves the Time in ticks the updates took to evaluate.
Top
See Also