Initializes a new instance of the HqlMethodCall class

Namespace: NHibernate.Hql.Ast
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public HqlMethodCall(
	IASTFactory factory,
	string methodName,
	IEnumerable<HqlExpression> parameters
)
Visual Basic
Public Sub New ( _
	factory As IASTFactory, _
	methodName As String, _
	parameters As IEnumerable(Of HqlExpression) _
)
Visual C++
public:
HqlMethodCall(
	IASTFactory^ factory, 
	String^ methodName, 
	IEnumerable<HqlExpression^>^ parameters
)

Parameters

factory
Type: NHibernate.Hql.Ast.ANTLR.Tree..::..IASTFactory

[Missing <param name="factory"/> documentation for "M:NHibernate.Hql.Ast.HqlMethodCall.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,System.String,System.Collections.Generic.IEnumerable{NHibernate.Hql.Ast.HqlExpression})"]

methodName
Type: System..::..String

[Missing <param name="methodName"/> documentation for "M:NHibernate.Hql.Ast.HqlMethodCall.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,System.String,System.Collections.Generic.IEnumerable{NHibernate.Hql.Ast.HqlExpression})"]

parameters
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'HqlExpression>)>)>

[Missing <param name="parameters"/> documentation for "M:NHibernate.Hql.Ast.HqlMethodCall.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,System.String,System.Collections.Generic.IEnumerable{NHibernate.Hql.Ast.HqlExpression})"]

See Also