DefaultIsolationLevel
This property specifies the isolation level applied to the connection.
Possible Values
no_commit, read_uncommitted, read_comitted, repeatable_read, serializableData Type
string
Default Value
"read_uncommitted"
Remarks
By default it is "read_uncommitted".