IInfoSubmitChanges Method |
Submits the changes in the object to the database.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax void SubmitChanges(
bool withCollections
)
Parameters
- withCollections
- Type: SystemBoolean
If true, also submits the changes in the underlying collections of the object (Children, ChildDependencies, Bindings, OtherBindings)
See Also