QualifiedJoinType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of qualified joins.
[System.Serializable]
public enum QualifiedJoinType
[<System.Serializable>]
type QualifiedJoinType =
Public Enum QualifiedJoinType
- Inheritance
-
QualifiedJoinType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Inner | 0 | INNER, or just JOIN was used. |
LeftOuter | 1 | LEFT was used. |
RightOuter | 2 | RIGHT was used. |
FullOuter | 3 | FULL was used. |