Defines a strategy for joining data.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public enum JoinStrategy |
| Visual Basic (Declaration) |
|---|
Public Enumeration JoinStrategy |
Members
| Member name | Description | |
|---|---|---|
| Combinatorial |
Combinatorial join strategy.
| |
| Sequential |
Sequential join strategy.
| |
| Pairwise |
Pairwise join strategy.
| |
| Format |
Formats an object using the default IFormatter.
| |
| Format |
Formats an object using the specified IFormatter.
|
