C# Class DataAccessFramework.Querying.Join

Inheritance: TableBase
Datei anzeigen Open project: PeteProgrammer/DataAccessFramework

Public Methods

Method Description
Join ( TableBase left, QueryTable right, JoinType joinType ) : System
On ( WherePart clause ) : Join

Private Methods

Method Description
BuildSql ( BuildSqlContext sqlContext ) : void

Method Details

Join() public method

public Join ( TableBase left, QueryTable right, JoinType joinType ) : System
left TableBase
right QueryTable
joinType JoinType
return System

On() public method

public On ( WherePart clause ) : Join
clause WherePart
return Join