EntitySave

Save the provided entity to the persistence context

Method Signature

EntitySave(entity=[Any], forceinsert=[Boolean])

Arguments

Argument
Type
Required
Description
Default

entity

Any

true

The entity instance to save.

forceinsert

Boolean

false

If true, will force an insert operation. Otherwise, a saveOrUpdate operation will be performed.

Examples

Last updated

Was this helpful?