Copies data from the current Row to the destination Row

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

Syntax

C#
public void CopyTo(
	Row destination
)
Visual Basic
Public Sub CopyTo ( _
	destination As Row _
)
Visual C++
public:
void CopyTo(
	Row^ destination
)

Parameters

destination
Type: ScopeRuntime..::..Row
Row where data is to be copied

See Also