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;}
此事务的隔离级别。此类型可以是以下各项之一:
ReadCommitted
ReadUncommitted
RepeatableRead
Serializable
Snapshot
ReadOnlySnapshot
StatementSnapshot
缺省值是 ReadCommitted。