Sets the join type for this '.' node structure.

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

Syntax

C#
public JoinType JoinType { set; }
Visual Basic
Public WriteOnly Property JoinType As JoinType
	Set
Visual C++
public:
property JoinType JoinType {
	void set (JoinType value);
}

See Also