AX_Transaction Function (Long) | |
Begins, commits, rolls back, or shows the state of a transaction
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax FUNCTION AX_Transaction(
iAction AS LONG
) AS LOGIC
public static bool AX_Transaction(
int iAction
)
Request Example
View SourceParameters
- iAction
- Type: Long
The parameter can be: AX_BEGIN_TRANSACTION, AX_COMMIT_TRANSACTION, AX_ROLLBACK_TRANSACTION, AX_ISACTIVE_TRANSACTION
Return Value
Type:
LogicTrue if the command was successful, False if not.
See Also