C# Класс Tiraggo.DynamicQuery.tgJoinItem

Показать файл Открыть проект

Открытые методы

Метод Описание
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