The Row object is the mechanism by which data is passed through Scope
processes. It contains ColumnData objects which are containers for string,
int, double, float, etc data and automatically serializes to/from binary and
text streams
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public class Row |
Visual Basic |
---|
Public Class Row |
Visual C++ |
---|
public ref class Row |
Inheritance Hierarchy
Object
ScopeRuntime..::..Row
ScopeRuntime..::..Row