DatabaseLogFormatter.Context-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 Context As DbContext
Get
'Usage
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
Eigenschaftswert
Typ: System.Data.Entity.DbContext