Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

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

See Also