This class is used to take Row objects and write to a stream

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

Syntax

C#
public abstract class Outputter : UDOBase
Visual Basic
Public MustInherit Class Outputter _
	Inherits UDOBase
Visual C++
public ref class Outputter abstract : public UDOBase

Inheritance Hierarchy

Object
  UDOBase
    ScopeRuntime..::..Outputter
      ScopeRuntime..::..DefaultTextOutputter

See Also