RelationalConnection.ConnectionBeginTransaction(IsolationLevel) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
默认情况下调用 BeginDbTransaction(IsolationLevel) 但可由提供程序替代以进行不同调用的模板方法。
protected virtual System.Data.Common.DbTransaction ConnectionBeginTransaction (System.Data.IsolationLevel isolationLevel);
abstract member ConnectionBeginTransaction : System.Data.IsolationLevel -> System.Data.Common.DbTransaction
override this.ConnectionBeginTransaction : System.Data.IsolationLevel -> System.Data.Common.DbTransaction
Protected Overridable Function ConnectionBeginTransaction (isolationLevel As IsolationLevel) As DbTransaction
参数
- isolationLevel
- IsolationLevel
要用于该事务的隔离级别。
返回
新创建的事务。