Share via


SqlJoinOperatorType Enum

Definition

public enum SqlJoinOperatorType
type SqlJoinOperatorType = 
Public Enum SqlJoinOperatorType
Inheritance
SqlJoinOperatorType

Fields

CrossApply 1
CrossJoin 0
FullOuterJoin 6
InnerJoin 3
LeftOuterJoin 4
OuterApply 2
RightOuterJoin 5

Applies to