 | EntityExtensionBaseDoSave Method |
Method called after entity is saved. If return false, the save of the entity is canceled
Namespace:
EBP.Api.Entity
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxprotected virtual bool DoSave()
Protected Overridable Function DoSave As Boolean
Return Value
Type:
BooleanTrue if success, false otherwise
See Also