[Missing <summary> documentation for "M:NHibernate.Engine.JoinSequence.SetUseThetaStyle(System.Boolean)"]

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

Syntax

C#
public JoinSequence SetUseThetaStyle(
	bool useThetaStyle
)
Visual Basic
Public Function SetUseThetaStyle ( _
	useThetaStyle As Boolean _
) As JoinSequence
Visual C++
public:
JoinSequence^ SetUseThetaStyle(
	bool useThetaStyle
)

Parameters

useThetaStyle
Type: System..::..Boolean

[Missing <param name="useThetaStyle"/> documentation for "M:NHibernate.Engine.JoinSequence.SetUseThetaStyle(System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Engine.JoinSequence.SetUseThetaStyle(System.Boolean)"]

See Also