C# Class Tiraggo.DynamicQuery.tgJoinItem

ファイルを表示 Open project: BrewDawg/Tiraggo

Public Methods

Method Description
On ( ) : tgDynamicQuerySerializable

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

tgJoinItem ( ) : System

The Constructor

tgJoinItem ( tgDynamicQuerySerializable parentQuery ) : System

The Constructor

Private Methods

Method Description
ProcessWhereItems ( tgConjunction conj ) : List

Method Details

On() public method

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

tgJoinItem() public method

The Constructor
public tgJoinItem ( ) : System
return System

tgJoinItem() public method

The Constructor
public tgJoinItem ( tgDynamicQuerySerializable parentQuery ) : System
parentQuery tgDynamicQuerySerializable
return System