Specifies constants indicating the isolation type of a transaction.
Namespace: ININ.IceLib.Data.TransactionBuilderAssembly: ININ.IceLib.Data.TransactionBuilder (in ININ.IceLib.Data.TransactionBuilder.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum TransactionIsolationType |
Visual Basic |
---|
Public Enumeration TransactionIsolationType |
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Default. | |
ReadUncommitted | 1 | Read uncommitted. | |
ReadCommitted | 2 | Read committed. | |
RepeatableRead | 3 | Repeatable read. | |
Serializable | 4 | Serializable. |
Remarks
This enumeration is used by TransactionClient during transaction execution to specify the transaction isolation type.
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.