Copies data from the current Row to the destination Row
Namespace: ScopeRuntimeAssembly: 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