The Schema object defines what column types will be produced or consumed by Scope commands. These are important for compiling valid Scope computations

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

Syntax

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

Inheritance Hierarchy

Object
  ScopeRuntime..::..Schema

See Also