Click or drag to resize

ConfigurationCommonDBRefConnectionTransactionIsolation Property

Sets the transaction isolation level on new connections created for this database.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Nullable ConnectionTransactionIsolation { get; set; }

Property Value

Type: NullableT
is the transaction isolation level
See Also