The sequential join strategy combines items from each data provider sequentially. If one provider contains fewer items than the others, the sequential join strategy will insert a NullDataItem in its place until all other providers have been exhausted. This is similar to performing an "outer join" of multiple sources by ordinal index.

Namespace:  Gallio.Framework.Data
Assembly:  Gallio (in Gallio.dll) Version: 3.4.0.0 (3.4.11.0)

Syntax

C#
public sealed class SequentialJoinStrategy : IJoinStrategy
Visual Basic (Declaration)
Public NotInheritable Class SequentialJoinStrategy _
	Implements IJoinStrategy

Inheritance Hierarchy

System..::.Object
  Gallio.Framework.Data..::.SequentialJoinStrategy

See Also