Skip to main content Link Search Menu Expand Document (external link) Copy Copied

JoinType Enum

Provides a list of constants to configure the tJoin method.


Parts

Constant Member name
0 JT_LeftJoin
1 JT_RightJoin
2 JT_InnerJoin

Syntax

variable = JoinType.MemberName

Back to Enumerations overview