Click or drag to resize

ObjectTransactionCommit Method

Update the data source with the current changes.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void Commit(
	bool refreshModifiedObjects = false
)

Parameters

refreshModifiedObjects (Optional)
Type: SystemBoolean
if set to true the modified objects are reloaded from data source allowing further modifications in the same transaction. Default value is false
See Also