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

Syntax

Visual Basic (Declaration)
Public Property UseThetaStyleJoin As Boolean
C#
public bool UseThetaStyleJoin { get; set; }
Visual C++
public:
property bool UseThetaStyleJoin {
	bool get ();
	void set (bool value);
}
JavaScript
function get_useThetaStyleJoin();
function set_useThetaStyleJoin(value);

See Also