How to do save or update of an object using datamanager?

Hi,

Is there any option to do save or update of an object using datamanager?

Hi.
DataManager interface provides CRUD functionality on both middle and client tiers. It is a universal tool for loading entity graphs from the database and saving changed detached entity instances. Take a look at the documentation to see the examples.