C# Class DataAccessFramework.Querying.Join

Inheritance: TableBase
Afficher le fichier Open project: PeteProgrammer/DataAccessFramework

Méthodes publiques

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

Private Methods

Méthode Description
BuildSql ( BuildSqlContext sqlContext ) : void

Method Details

Join() public méthode

public Join ( TableBase left, QueryTable right, JoinType joinType ) : System
left TableBase
right QueryTable
joinType JoinType
Résultat System

On() public méthode

public On ( WherePart clause ) : Join
clause WherePart
Résultat Join