Clone 

Makes a copy of a business object.

Syntax

Function Clone( ) As BusinessObject

Return Values

Returns the business object on which this method is called.

Remarks

It creates new business object, which is not yet saved to the database, and copies all attributes other than the relation attributes to this object. The Loaded event for the clone business object will be fired.