Click or drag to resize

SparqlQueryQueryExecutionTime Property

Gets the Time taken to execute a Query.

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

Property Value

Type: NullableTimeSpan
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if you try and inspect the execution time before the Query has been executed.
See Also