C# Class NHibernate.Hql.Ast.HqlBooleanExpression

Inheritance: HqlExpression
Afficher le fichier Open project: nhibernate/nhibernate-core Class Usage Examples

Méthodes protégées

Méthode Description
HqlBooleanExpression ( int type, string text, IASTFactory factory ) : System
HqlBooleanExpression ( int type, string text, IASTFactory factory, IEnumerable children ) : System

Method Details

HqlBooleanExpression() protected méthode

protected HqlBooleanExpression ( int type, string text, IASTFactory factory ) : System
type int
text string
factory IASTFactory
Résultat System

HqlBooleanExpression() protected méthode

protected HqlBooleanExpression ( int type, string text, IASTFactory factory, IEnumerable children ) : System
type int
text string
factory IASTFactory
children IEnumerable
Résultat System