Creates a copy of the current business entity
public IBusinessEntity Clone();
Return Value
New instance of a business entity with identical data.
Remarks
Note that the returned object is NOT an exact copy of the original entity.
Instead, it will be a new object with identical values. Many internals however,
such as primary keys, will be new and independend from the current object.
See also:
Class BusinessEntity