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; }
Public Property QueryExecutionTime As Nullable(Of TimeSpan)
Get
Set
Property Value
Type:
NullableTimeSpanExceptions Exception | Condition |
---|
InvalidOperationException | Thrown if you try and inspect the execution time before the Query has been executed. |
See Also