Back
Name | Type | Required | Default | Description |
---|---|---|---|---|
parameterize | any | No | true |
Set to true to use cfqueryparam on all columns, or pass in a list of property names to use cfqueryparam on those only.
|
transaction | string | No | [runtime expression] |
Set this to commit to update the database, rollback to run all the database queries but not commit them, or none to skip transaction handling altogether.
|
callbacks | boolean | No | true |
Set to false to disable callbacks for this method.
|
includeSoftDeletes | boolean | No | false |
Set to true to include soft-deleted records in the queries that this method runs.
|
softDelete | boolean | No | true |
Set to false to permanently delete a record, even if it has a soft delete column.
|