EnterpriseOneTransactionClone Method |
Creates a new
EnterpriseOneTransaction that is a shallow copy of the current instance.
The primary buffer is not copied.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic EnterpriseOneTransaction Clone()
Public Function Clone As EnterpriseOneTransaction
public:
EnterpriseOneTransaction^ Clone()
member Clone : unit -> EnterpriseOneTransaction
Return Value
Type:
EnterpriseOneTransaction
See Also