| void sqt::DataContext< ENTITY >::InitializeTable | ( | ) |
Explicitly initializes the database table associated with this data context.
| sqt::SQLError | Thrown if the table initialization fails. |
This method is typically not required, as the table will be automatically initialized upon the first CRUD operation. However, it can be useful in scenarios where the table must be prepared before any operations are performed.
Calling this method multiple times is safe; only the first call takes effect.