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