Creates a copy of the current Expression object.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Expression Clone()
Visual Basic
Public Function Clone As Expression

Return Value

The newly created Expression object.

See Also