IsolationLevel Enumeration
Specifies the isolation level.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Enumeration IsolationLevel
public enum IsolationLevel
public enum class IsolationLevel
type IsolationLevel
public enum IsolationLevel
Members
Member name | Description | |
---|---|---|
None | Level is None | |
ReadCommitted | Level is ReadCommitted | |
ReadUncommitted | Level is ReadUncommitted | |
RepeatableRead | Level is RepeatableRead | |
Serializable | Level is Serializable | |
Snapshot | Level is Snapshot |