Loads the entity collection from the store

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

Syntax

C#
public void Load()
Visual Basic
Public Sub Load
Visual C++
public:
virtual void Load() sealed
F#
abstract Load : unit -> unit 
override Load : unit -> unit 

Implements

IEntityCollection..::..Load()()()()

See Also