Closes the current ORM session for the given datasource. When the datasource argument is not passed then it uses the default datasource defined in Application.cfc.
ormCloseSession([datasource])
returns void
Name | Type | Required | Default | Description |
---|---|---|---|---|
datasource | string | No | Name of the datasource for the ORM session |
ormCloseSession();