C# Класс NHibernate.Hql.Ast.HqlBooleanExpression

Наследование: HqlExpression
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
HqlBooleanExpression ( int type, string text, IASTFactory factory ) : System
HqlBooleanExpression ( int type, string text, IASTFactory factory, IEnumerable children ) : System

Описание методов

HqlBooleanExpression() защищенный Метод

protected HqlBooleanExpression ( int type, string text, IASTFactory factory ) : System
type int
text string
factory IASTFactory
Результат System

HqlBooleanExpression() защищенный Метод

protected HqlBooleanExpression ( int type, string text, IASTFactory factory, IEnumerable children ) : System
type int
text string
factory IASTFactory
children IEnumerable
Результат System