Initializes a new instance of the HqlDirectionStatement class

Namespace: NHibernate.Hql.Ast
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public HqlDirectionStatement(
	int type,
	string text,
	IASTFactory factory
)
Visual Basic
Public Sub New ( _
	type As Integer, _
	text As String, _
	factory As IASTFactory _
)
Visual C++
public:
HqlDirectionStatement(
	int type, 
	String^ text, 
	IASTFactory^ factory
)

Parameters

type
Type: System..::..Int32

[Missing <param name="type"/> documentation for "M:NHibernate.Hql.Ast.HqlDirectionStatement.#ctor(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory)"]

text
Type: System..::..String

[Missing <param name="text"/> documentation for "M:NHibernate.Hql.Ast.HqlDirectionStatement.#ctor(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory)"]

factory
Type: NHibernate.Hql.Ast.ANTLR.Tree..::..IASTFactory

[Missing <param name="factory"/> documentation for "M:NHibernate.Hql.Ast.HqlDirectionStatement.#ctor(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory)"]

See Also