[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Contains the ON-clause criteria in an outer join.

The following tables list the members exposed by the OuterJoinDesc type.

Public Methods

  NameDescription
Equals (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Constructors

  NameDescription
OuterJoinDescNew
Ctor.

Public Properties

  NameDescription
LeftNode
Returns left hand identifier node.

OuterJoinType
Returns the type of outer join (left/right/full).

RightNode
Returns right hand identifier node.