C# Class Tiraggo.DynamicQuery.tgJoinItem

Afficher le fichier Open project: BrewDawg/Tiraggo

Méthodes publiques

Méthode 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

Méthode Description
ProcessWhereItems ( tgConjunction conj ) : List

Method Details

On() public méthode

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

tgJoinItem() public méthode

The Constructor
public tgJoinItem ( ) : System
Résultat System

tgJoinItem() public méthode

The Constructor
public tgJoinItem ( tgDynamicQuerySerializable parentQuery ) : System
parentQuery tgDynamicQuerySerializable
Résultat System