 | ConfigurationCommonDBRefConnectionAutoCommit Property |
Sets the auto-commit connection settings for new connections to this database.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool ConnectionAutoCommit { set; }
Property Value
Type:
Boolean
is true to set auto-commit to true, or false to set auto-commit to false, or null to accepts the
default
See Also