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
Syntaxpublic void Commit(
bool refreshModifiedObjects = false
)
Public Sub Commit (
Optional refreshModifiedObjects As Boolean = false
)
public:
void Commit(
bool refreshModifiedObjects = false
)
member Commit :
?refreshModifiedObjects : bool
(* Defaults:
let _refreshModifiedObjects = defaultArg refreshModifiedObjects false
*)
-> unit
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