|
explicitnoexcept |
Constructs an instance using the specified shared database.
| database | The shared database instance to be used by the constructed instance. |
The associated database table is not initialized (i.e., created or altered) during construction. It will be automatically initialized when the first CRUD operation is executed.
To initialize the table explicitly before performing any operations, call the InitializeTable() method.