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; }
Public Property UpdateExecutionTime As Nullable(Of TimeSpan)
Get
Set
Property Value
Type:
NullableTimeSpanExceptions Exception | Condition |
---|
InvalidOperationException | Thrown if you try to inspect the execution time before/during the execution of updates. |
See Also