C# Class NHibernate.Hql.Ast.HqlBooleanExpression

Inheritance: HqlExpression
ファイルを表示 Open project: nhibernate/nhibernate-core Class Usage Examples

Protected Methods

Method Description
HqlBooleanExpression ( int type, string text, IASTFactory factory ) : System
HqlBooleanExpression ( int type, string text, IASTFactory factory, IEnumerable children ) : System

Method Details

HqlBooleanExpression() protected method

protected HqlBooleanExpression ( int type, string text, IASTFactory factory ) : System
type int
text string
factory IASTFactory
return System

HqlBooleanExpression() protected method

protected HqlBooleanExpression ( int type, string text, IASTFactory factory, IEnumerable children ) : System
type int
text string
factory IASTFactory
children IEnumerable
return System