EntityConnection.BeginDbTransaction 方法
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
开始一个数据库事务
命名空间: System.Data.Entity.Core.EntityClient
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Protected Overrides Function BeginDbTransaction ( _
isolationLevel As IsolationLevel _
) As DbTransaction
用法
Dim isolationLevel As IsolationLevel
Dim returnValue As DbTransaction
returnValue = Me.BeginDbTransaction(isolationLevel)
protected override DbTransaction BeginDbTransaction(
IsolationLevel isolationLevel
)
protected:
virtual DbTransaction^ BeginDbTransaction(
IsolationLevel isolationLevel
) override
abstract BeginDbTransaction :
isolationLevel:IsolationLevel -> DbTransaction
override BeginDbTransaction :
isolationLevel:IsolationLevel -> DbTransaction
protected override function BeginDbTransaction(
isolationLevel : IsolationLevel
) : DbTransaction
参数
- isolationLevel
类型:System.Data.IsolationLevel
事务的隔离级别
返回值
类型:System.Data.Common.DbTransaction
表示新事务的对象