点击或拖拽改变大小

Functions.AX_Transaction 方法 (Int32)

X#
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
查看代码

参数

iAction
类型:Int32
The parameter can be: AX_BEGIN_TRANSACTION, AX_COMMIT_TRANSACTION, AX_ROLLBACK_TRANSACTION, AX_ISACTIVE_TRANSACTION

返回值

类型:Boolean
True if the command was successful, False if not.
参见