Initializes a new instance of the HqlParseEngine class
Namespace: NHibernate.Hql.Ast.ANTLRAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public HqlParseEngine( string hql, bool filter, ISessionFactoryImplementor sfi ) |
Visual Basic |
---|
Public Sub New ( _ hql As String, _ filter As Boolean, _ sfi As ISessionFactoryImplementor _ ) |
Visual C++ |
---|
public: HqlParseEngine( String^ hql, bool filter, ISessionFactoryImplementor^ sfi ) |
Parameters
- hql
- Type: System..::..String
[Missing <param name="hql"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlParseEngine.#ctor(System.String,System.Boolean,NHibernate.Engine.ISessionFactoryImplementor)"]
- filter
- Type: System..::..Boolean
[Missing <param name="filter"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlParseEngine.#ctor(System.String,System.Boolean,NHibernate.Engine.ISessionFactoryImplementor)"]
- sfi
- Type: NHibernate.Engine..::..ISessionFactoryImplementor
[Missing <param name="sfi"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.HqlParseEngine.#ctor(System.String,System.Boolean,NHibernate.Engine.ISessionFactoryImplementor)"]