Click or drag to resize
ApplicationOptionProviderBeginTransaction Method (IsolationLevel)
启动事务

Namespace: X3Platform.Apps.DAL.IBatis
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void BeginTransaction(
	IsolationLevel isolationLevel
)

Parameters

isolationLevel
Type: System.DataIsolationLevel
事务隔离级别

Implements

IApplicationOptionProviderBeginTransaction(IsolationLevel)
See Also