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: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Collapse imageSyntax

C#
public class Row
Visual Basic
Public Class Row
Visual C++
public ref class Row

Collapse imageInheritance Hierarchy

Object
  ScopeRuntime..::..Row

Collapse imageSee Also