 | ConnectionSettingsAutoCommit Property |
Returns a boolean indicating auto-commit, or null if not set and default accepted.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic Nullable AutoCommit { get; set; }
Return Value
Type:
NullableTtrue for auto-commit on, false for auto-commit off, or null to accept the default
See Also