Initializes a new instance of the HqlExpressionList class
Namespace: NHibernate.Hql.AstAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public HqlExpressionList( IASTFactory factory, IEnumerable<HqlExpression> expressions ) |
Visual Basic |
---|
Public Sub New ( _ factory As IASTFactory, _ expressions As IEnumerable(Of HqlExpression) _ ) |
Visual C++ |
---|
public: HqlExpressionList( IASTFactory^ factory, IEnumerable<HqlExpression^>^ expressions ) |
Parameters
- factory
- Type: NHibernate.Hql.Ast.ANTLR.Tree..::..IASTFactory
[Missing <param name="factory"/> documentation for "M:NHibernate.Hql.Ast.HqlExpressionList.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,System.Collections.Generic.IEnumerable{NHibernate.Hql.Ast.HqlExpression})"]
- expressions
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'HqlExpression>)>)>
[Missing <param name="expressions"/> documentation for "M:NHibernate.Hql.Ast.HqlExpressionList.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,System.Collections.Generic.IEnumerable{NHibernate.Hql.Ast.HqlExpression})"]