C# 클래스 FdoToolbox.Core.ETL.Operations.FdoJoinOperation.JoinBuilder

Fluent interface to create joins
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
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

메소드 상세

JoinBuilder() 공개 메소드

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.
리턴 System

Left() 공개 메소드

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

Right() 공개 메소드

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