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

Fluent interface to create joins
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Left() public méthode

Setup the left side of the join
public Left ( ) : JoinBuilder
Résultat JoinBuilder

Right() public méthode

Setup the right side of the join
public Right ( ) : JoinBuilder
Résultat JoinBuilder