Creates a shallow copy.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function Clone As Object
C#
public override Object Clone()
Visual C++
public:
virtual Object^ Clone() override

Return Value

A shallow copy.

Implements

ICloneable..::.Clone()()()

See Also