[This is preliminary documentation and is subject to change.]
The join types for meta entity
Namespace:
OfficeClip.BusinessLayer.MetabaseAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public enum MetaJoinType |
Visual Basic (Declaration) |
---|
Public Enumeration MetaJoinType |
Visual C++ |
---|
public enum class MetaJoinType |
Members
Member name | Description | |
---|---|---|
None |
The default meta join type
| |
Inner |
The inner join type
| |
Left |
The left join type
| |
LeftOuter |
The left outer join type
| |
Right |
The right join type
| |
RightOuter |
The right outer join type
|