Translates an AST join type (i.e., the token type) into a JoinFragment.XXX join type.

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

Syntax

C#
public static JoinType ToHibernateJoinType(
	int astJoinType
)
Visual Basic
Public Shared Function ToHibernateJoinType ( _
	astJoinType As Integer _
) As JoinType
Visual C++
public:
static JoinType ToHibernateJoinType(
	int astJoinType
)

Parameters

astJoinType
Type: System..::..Int32
The AST join type (from HqlSqlWalker)

Return Value

a JoinType.XXX join type.

See Also