JoinHint 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 join hints.
public enum JoinHint
type JoinHint =
Public Enum JoinHint
- Inheritance
-
JoinHint
Fields
Name | Value | Description |
---|---|---|
None | 0 | Nothing. |
Loop | 1 | LOOP was used. |
Hash | 2 | HASH was used. |
Merge | 3 | MERGE was used. |
Remote | 4 | REMOTE was used. |