The base class for an EntityFramework context

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public abstract class EntityContext : IDisposable
Visual Basic
Public MustInherit Class EntityContext
	Implements IDisposable
Visual C++
public ref class EntityContext abstract : IDisposable
F#
[<AbstractClassAttribute>]
type EntityContext =  
    class
        interface IDisposable
    end

Inheritance Hierarchy

System..::..Object
  BrightstarDB.EntityFramework..::..EntityContext
    BrightstarDB.EntityFramework..::..BrightstarEntityContext

See Also