Initializes a new instance of the HqlBooleanMethodCall class
Namespace: NHibernate.Hql.AstAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public HqlBooleanMethodCall( 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: HqlBooleanMethodCall( 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.HqlBooleanMethodCall.#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.HqlBooleanMethodCall.#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.HqlBooleanMethodCall.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,System.String,System.Collections.Generic.IEnumerable{NHibernate.Hql.Ast.HqlExpression})"]