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

Namespace: X3Platform.Data
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void BeginTransaction(
	IsolationLevel isolationLevel
)

Parameters

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