[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)
Gets or sets the transaction isolation level on new connections created for this database.
Namespace: net.esper.client
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Property ConnectionTransactionIsolation As IsolationLevel |
C# |
---|
public virtual IsolationLevel ConnectionTransactionIsolation { get; set; } |
Visual C++ |
---|
public: virtual property IsolationLevel ConnectionTransactionIsolation { IsolationLevel get (); void set (IsolationLevel value); } |