UnqualifiedJoinType 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 possible index options.
public enum UnqualifiedJoinType
type UnqualifiedJoinType =
Public Enum UnqualifiedJoinType
- Inheritance
-
UnqualifiedJoinType
Fields
Name | Value | Description |
---|---|---|
CrossJoin | 0 | |
CrossApply | 1 | |
OuterApply | 2 |