ORMFlush()
Flushes the current ORM session. ORMFlush flushes all the pending CRUD operations in that request.
Any changes made in the objects, in the current ORM session, are saved to the database.
ORMFlush( datasource=string );
Returns: void
| Argument | Description |
|---|---|
|
datasource
string,
optional
|
edit
datasource used for the session, if nor defined the datasource defined in application.cfc/cfapplication is used. |
Examples
editThere are currently no examples for this function.
See also
- ORM
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)