[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Returns the connection settings for transaction isolation level.
Sets the transaction isolation level for new database connections,
can be null to accept the default.
Namespace: net.esper.client
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Property TransactionIsolation As Nullable(Of IsolationLevel) |
C# |
---|
public virtual Nullable<IsolationLevel> TransactionIsolation { get; set; } |
Visual C++ |
---|
public: virtual property Nullable<IsolationLevel> TransactionIsolation { Nullable<IsolationLevel> get (); void set (Nullable<IsolationLevel> value); } |