IData
|
| Name | Description | |
|---|---|---|
|
|
Load(String) | Load a Data Object by id. |
|
|
Load(String, Boolean) | Force load a Data Object by id from the Database and update it to the cache. |
|
|
Load(String, String) | Load a Data Object from a Data Source by id. This is useful for custom data loading e.g. query including related data objects. |