Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
このトランザクションの独立性レベルを指定します。
Public ReadOnly Overrides Property IsolationLevel As System.Data.IsolationLevel
public override System.Data.IsolationLevel IsolationLevel {get;}
このトランザクションの IsolationLevel。次のいずれかを指定してください。
Unspecified
Chaos
ReadUncommitted
ReadCommitted
RepeatableRead
Serializable
Snapshot
デフォルトは ReadCommitted です。