Namespace:  NHibernate.Hql.Classic
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Property JoinType As JoinType
C#
public JoinType JoinType { get; set; }
Visual C++
public:
property JoinType JoinType {
	JoinType get ();
	void set (JoinType value);
}
JavaScript
function get_joinType();
function set_joinType(value);

See Also