C# Класс FdoToolbox.Core.ETL.Operations.FdoJoinOperation.JoinBuilder

Fluent interface to create joins
Показать файл Открыть проект

Открытые методы

Метод Описание
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