C# Class NHibernate.Hql.Ast.HqlBooleanMethodCall

Inheritance: HqlBooleanExpression
Show file Open project: nhibernate/nhibernate-core

Public Methods

Method Description
HqlBooleanMethodCall ( IASTFactory factory, string methodName, IEnumerable parameters ) : System

Method Details

HqlBooleanMethodCall() public method

public HqlBooleanMethodCall ( IASTFactory factory, string methodName, IEnumerable parameters ) : System
factory IASTFactory
methodName string
parameters IEnumerable
return System