This class is used to combine two RowSets matching on their keys.

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

Syntax

C#
public abstract class Combiner : RowSet
Visual Basic
Public MustInherit Class Combiner _
	Inherits RowSet
Visual C++
public ref class Combiner abstract : public RowSet

Inheritance Hierarchy

Object
  UDOBase
    RowSet
      ScopeRuntime..::..Combiner

See Also