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