DefaultIsolationLevel
This property specifies the isolation level applied to the connection.
Possible Values
no_commit, read_uncommitted, read_comitted, repeatable_read, serializableデータ型
string
デフォルト値
"read_uncommitted"
解説
By default it is "read_uncommitted".