The base class for Brightstar EntityFramework domain context classes backed by a Brightstar IDataStore client.

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

Syntax

C#
public class BrightstarEntityContext : EntityContext
Visual Basic
Public Class BrightstarEntityContext
	Inherits EntityContext
Visual C++
public ref class BrightstarEntityContext : public EntityContext
F#
type BrightstarEntityContext =  
    class
        inherit EntityContext
    end

Inheritance Hierarchy

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

See Also