C# Class NHibernate.Hql.Ast.HqlDictionaryIndex

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

Public Methods

Method Description
HqlDictionaryIndex ( IASTFactory factory, HqlExpression dictionary, HqlExpression index ) : System

Method Details

HqlDictionaryIndex() public method

public HqlDictionaryIndex ( IASTFactory factory, HqlExpression dictionary, HqlExpression index ) : System
factory IASTFactory
dictionary HqlExpression
index HqlExpression
return System