Constructor for Row object. Users should NOT be constructing Rows
using this mechanism. Scope will construct Rows for the users.
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public Row( Schema schema, ColumnData[] columns ) |
Visual Basic |
---|
Public Sub New ( _ schema As Schema, _ columns As ColumnData() _ ) |
Visual C++ |
---|
public: Row( Schema^ schema, array<ColumnData^>^ columns ) |
Parameters
- schema
- Type: ScopeRuntime..::..Schema
Schema of Row
- columns
- Type: array<ScopeRuntime..::..ColumnData>[]()[][]
ColumnData objects