C# 클래스 Tiraggo.DynamicQuery.tgJoinItem

파일 보기 프로젝트 열기: BrewDawg/Tiraggo

공개 메소드들

메소드 설명
On ( ) : tgDynamicQuerySerializable

Used to describe the "where" conditions of the join itself

tgJoinItem ( ) : System

The Constructor

tgJoinItem ( tgDynamicQuerySerializable parentQuery ) : System

The Constructor

비공개 메소드들

메소드 설명
ProcessWhereItems ( tgConjunction conj ) : List

메소드 상세

On() 공개 메소드

Used to describe the "where" conditions of the join itself
public On ( ) : tgDynamicQuerySerializable
리턴 tgDynamicQuerySerializable

tgJoinItem() 공개 메소드

The Constructor
public tgJoinItem ( ) : System
리턴 System

tgJoinItem() 공개 메소드

The Constructor
public tgJoinItem ( tgDynamicQuerySerializable parentQuery ) : System
parentQuery tgDynamicQuerySerializable
리턴 System