Click or drag to resize

SparqlUpdateCommandSetUpdateExecutionTime Property

Gets/Sets the Time the updates took to execute.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Nullable<TimeSpan> UpdateExecutionTime { get; set; }

Property Value

Type: NullableTimeSpan
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if you try to inspect the execution time before/during the execution of updates.
See Also