Click or drag to resize

ConnectionSettingsTransactionIsolation Property

Returns the connection settings for transaction isolation level.

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

Property Value

Type: NullableT
transaction isolation level
See Also