Condividi tramite


Proprietà DatabaseLogFormatter.Stopwatch

[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.]

Spazio dei nomi  System.Data.Entity.Infrastructure.Interception
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Protected Friend ReadOnly Property Stopwatch As Stopwatch 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Diagnostics.Stopwatch

Vedere anche

Riferimento

DatabaseLogFormatter Classe

Spazio dei nomi System.Data.Entity.Infrastructure.Interception