GenericSqlCommandBeginTransaction Method (IsolationLevel) |
启动事务
Namespace: X3Platform.DataAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic void BeginTransaction(
IsolationLevel isolationLevel
)
public:
void BeginTransaction(
IsolationLevel isolationLevel
)
Parameters
- isolationLevel
- Type: System.DataIsolationLevel
事务隔离级别
See Also