Obsolete: Please use the CopyTo method instead

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

Syntax

C#
[ObsoleteAttribute("use row.CopyTo(destination)")]
public void Copy(
	Row destination
)
Visual Basic
<ObsoleteAttribute("use row.CopyTo(destination)")> _
Public Sub Copy ( _
	destination As Row _
)
Visual C++
[ObsoleteAttribute(L"use row.CopyTo(destination)")]
public:
void Copy(
	Row^ destination
)

Parameters

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

See Also