Specifies the type of a Join.
Namespace:
Mindscape.LightSpeed.QueryingAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
public enum JoinType |
| Visual Basic (Declaration) |
|---|
Public Enumeration JoinType |
Members
| Member name | Description | |
|---|---|---|
| Inner |
Indicates a join on the intersection between two entity sets
| |
| LeftOuter |
Indicates a join between two entity sets where the right hand set may be empty if there is no matching entity in the right hand set
| |
| CrossJoin |
Indicates a cartesian product join between two entity sets
|