<< Click to Display Table of Contents >>
AutoCommit
Enable auto commit.
Prototype
bool AutoCommit
Example
var dst = This.GetDataStore();
_DEBUG("AutoCommit " + dst.AutoCommit);
See Also