C# Class FdoToolbox.Core.ETL.Operations.FdoJoinOperation.JoinBuilder

Fluent interface to create joins
Exibir arquivo Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
JoinBuilder ( FdoJoinOperation parent, JoinType joinType ) : System

Initializes a new instance of the JoinBuilder class.

Left ( ) : JoinBuilder

Setup the left side of the join

Right ( ) : JoinBuilder

Setup the right side of the join

Method Details

JoinBuilder() public method

Initializes a new instance of the JoinBuilder class.
public JoinBuilder ( FdoJoinOperation parent, JoinType joinType ) : System
parent FdoJoinOperation The parent.
joinType JoinType Type of the join.
return System

Left() public method

Setup the left side of the join
public Left ( ) : JoinBuilder
return JoinBuilder

Right() public method

Setup the right side of the join
public Right ( ) : JoinBuilder
return JoinBuilder