| Join Methods | 
The Join type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | CrossJoin | 
            Creates a CROSS JOIN clause
             | 
|   | InnerJoin | 
            Creates an INNER JOIN clause
             | 
|   | LeftJoin | 
            Synonym for LeftOuterJoin(IDataSource) | 
|   | LeftOuterJoin | 
            Creates a LEFT OUTER JOIN clause
             | 
 See Also
See Also