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。此类型可以是以下各项之一:
未指定
Chaos
ReadUncommitted
ReadCommitted
RepeatableRead
Serializable
Snapshot
缺省值是 ReadCommitted。