C# Class NHibernate.Hql.Ast.HqlExpression

Inheritance: IQueryExpression
Show file Open project: nhibernate/nhibernate-core Class Usage Examples

Protected Methods

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

Method Details

HqlExpression() protected method

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

HqlExpression() protected method

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