JoinSide.Type specifies the left or right table of a join.
Enumeration Options
Enumerations simplify the process of selecting options within a function. To specify the JoinSide.Type
, users have the option to either input the below Argument description (which provides more information) or the shorter Value (which provides a more concise representation).
Argument | Value | Description |
---|---|---|
JoinSide.Left | 0 | Specifies the left table of a join. |
JoinSide.Right | 1 | Specifies the right table of a join. |
Applies to
Here’s a list of functions that work with JoinSide.Type:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy