Determines the isolation level of a transaction.

Property of

Database

Description

The isolationLevel property is an enumerated property that determines the isolation level of a transaction. It applies to SQL-server database transactions only. For Standard table transactions, it has no effect. These are the options:

Value

Effect

0

Read uncommitted

1

Read committed

2

Repeatable read

The default is Read committed.