public changedProperties( entity as Object, snapshot as IList<Object> ) as ArrayList<SQLPropertyMapping>:
Returns mapped properties changed since a snapshot.
| Parameter | Description |
|---|---|
entity | Current entity instance. |
snapshot | Previous values in mapping order. |
Changed non-identity properties.
changed = mapped.changedProperties(user, snapshot)