C# Class NHibernate.Hql.Ast.HqlMethodCall

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

Public Methods

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

Method Details

HqlMethodCall() public method

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