Functions.AX_Transaction 方法 (Int32) | |
Begins, commits, rolls back, or shows the state of a transaction
命名空间:
XSharp.RDD
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 FUNCTION AX_Transaction(
iAction AS LONG
) AS LOGIC
public static bool AX_Transaction(
int iAction
)
查看代码参数
- iAction
- 类型:Int32
The parameter can be: AX_BEGIN_TRANSACTION, AX_COMMIT_TRANSACTION, AX_ROLLBACK_TRANSACTION, AX_ISACTIVE_TRANSACTION
返回值
类型:
BooleanTrue if the command was successful, False if not.
参见