Constructor for Row object. Users should NOT be constructing Rows using this mechanism. Scope will construct Rows for the users.

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

Syntax

C#
public Row(
	Schema schema
)
Visual Basic
Public Sub New ( _
	schema As Schema _
)
Visual C++
public:
Row(
	Schema^ schema
)

Parameters

schema
Type: ScopeRuntime..::..Schema
Schema of Row

See Also