SparqlQueryQueryExecutionTime Property |
Gets the Time taken to execute a Query.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic Nullable<TimeSpan> QueryExecutionTime { get; set; }Public Property QueryExecutionTime As Nullable(Of TimeSpan)
Get
Set
Property Value
Type:
NullableTimeSpan
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown if you try and inspect the execution time before the Query has been executed. |
See Also