Table of Contents

Enum SqlTransactionIsolationLevel

Namespace
Arrow.Flight.Protocol.Sql
Assembly
Apache.Arrow.Flight.Sql.dll
public enum SqlTransactionIsolationLevel

Fields

[OriginalName("SQL_TRANSACTION_NONE")] SqlTransactionNone = 0
[OriginalName("SQL_TRANSACTION_READ_COMMITTED")] SqlTransactionReadCommitted = 2
[OriginalName("SQL_TRANSACTION_READ_UNCOMMITTED")] SqlTransactionReadUncommitted = 1
[OriginalName("SQL_TRANSACTION_REPEATABLE_READ")] SqlTransactionRepeatableRead = 3
[OriginalName("SQL_TRANSACTION_SERIALIZABLE")] SqlTransactionSerializable = 4