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

Syntax

Visual Basic (Declaration)
Public Function SetUseThetaStyle ( _
	useThetaStyle As Boolean _
) As JoinSequence
C#
public JoinSequence SetUseThetaStyle(
	bool useThetaStyle
)
Visual C++
public:
JoinSequence^ SetUseThetaStyle(
	bool useThetaStyle
)
JavaScript
function setUseThetaStyle(useThetaStyle);

Parameters

useThetaStyle
Type: System..::.Boolean

See Also