klyn.data.sql.internal.SQLMappedEntity.changedProperties
method
public changedProperties(
entity as Object,
snapshot as IList<Object>
) as ArrayList<SQLPropertyMapping>:
Description

Returns mapped properties changed since a snapshot.

Parameters
ParameterDescription
entityCurrent entity instance.
snapshotPrevious values in mapping order.
Returns

Changed non-identity properties.

Example
changed = mapped.changedProperties(user, snapshot)