| ControllerBaseIncrementObjectDataVersion Method (Int32, EntityObjectType) |
Increments the data version of an entity object in the db.
Method is used to update the data version of an object when an aggregated object is created/modified/deleted.
The purpose is to ensure that the id-based cache (in AppIdentity) is updated properly.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxprotected int IncrementObjectDataVersion(
int id,
EntityObjectType entityObjectType
)
Parameters
- id
- Type: SystemInt32
- entityObjectType
- Type: Omada.OE.ModelEntityObjectType
Return Value
Type:
Int32
See Also