Proprietà DatabaseLogFormatter.Context
[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 Context As DbContext
Get
'Utilizzo
Dim value As DbContext
value = Me.Context
protected internal DbContext Context { get; }
protected public:
property DbContext^ Context {
DbContext^ get ();
}
member Context : DbContext
function get Context () : DbContext
Valore proprietà
Tipo: System.Data.Entity.DbContext
Vedere anche
Riferimento
Spazio dei nomi System.Data.Entity.Infrastructure.Interception