Property Elapsed
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
Elapsed
Gets how long the session was open. This is wall-clock time for the request or test, not database time: compare it against TotalDatabaseDuration.
public TimeSpan Elapsed { get; }