A join strategy combines items from multiple providers into products
according to some algorithm.
Namespace:
Gallio.Framework.DataAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public interface IJoinStrategy |
| Visual Basic (Declaration) |
|---|
Public Interface IJoinStrategy |
Remarks
A join strategy performs much the same purpose as a "JOIN" in query languages. It specifies how items from multiple providers are to be correlated to create a sequence of aggregate items.
