Please enable JavaScript to view this site.

Codolex

Save object to the database with the save object activity.

 

A variable entity can be selected to save.

Without transactions, the saved object is directly persistent in the database.

 

SaveObject

Activity properties

 

begin

 HelpAndManualScreenshots.DataSource.Codolex.ShippersDataBroker.Save(Shippers);

end;

Resulting code when shippers selected

 

When saving a new object (e.g. through create variable), the entity is translated to a new record.

It's also possible to provide a list of entities instead of a single entity. All entities in the list will be saved.

© by GDK Software