Creates deep-copy of the Row

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public virtual Row Clone()
Visual Basic
Public Overridable Function Clone As Row
Visual C++
public:
virtual Row^ Clone()

Return Value

A new Row object with the data copied

See Also