| Icon | Member | Description |
|---|---|---|
| Load()()() |
Load the object from the database.
The DataObject's UID must already be set.
Performs a SELECT * and loads all columns.
| |
| Load(array<Enum>[]()[]) |
Loads only the specified columns of a DataObject.
The DataObject's UID must already be set.
This is an alternative to the default Load, which
loads all columns (SELECT *).
The UID column is always loaded.
|