DatabaseLogFormatter.Stopwatch-Eigenschaft
[This page is specific to the Entity Framework version 6.0 Beta. The latest version is available as the 'Entity Framework' NuGet package. For more information, see Entity Framework Releases and Versioning.]
Namespace: System.Data.Entity.Infrastructure.Interception
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Protected Friend ReadOnly Property Stopwatch As Stopwatch
Get
'Usage
Dim value As Stopwatch
value = Me.Stopwatch
protected internal Stopwatch Stopwatch { get; }
protected public:
property Stopwatch^ Stopwatch {
Stopwatch^ get ();
}
member Stopwatch : Stopwatch
function get Stopwatch () : Stopwatch
Eigenschaftswert
Typ: System.Diagnostics.Stopwatch