C# 클래스 DataAccessFramework.Querying.Join

상속: TableBase
파일 보기 프로젝트 열기: PeteProgrammer/DataAccessFramework

공개 메소드들

메소드 설명
Join ( TableBase left, QueryTable right, JoinType joinType ) : System
On ( WherePart clause ) : Join

비공개 메소드들

메소드 설명
BuildSql ( BuildSqlContext sqlContext ) : void

메소드 상세

Join() 공개 메소드

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

On() 공개 메소드

public On ( WherePart clause ) : Join
clause WherePart
리턴 Join