Loads the entity collection from the store
Namespace: BrightstarDB.EntityFrameworkAssembly: 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 |