Initializes a new instance of the ChoiceResultOperatorBase class

Namespace: Remotion.Linq.Clauses.ResultOperators
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected ChoiceResultOperatorBase(
	bool returnDefaultWhenEmpty
)
Visual Basic
Protected Sub New ( _
	returnDefaultWhenEmpty As Boolean _
)
Visual C++
protected:
ChoiceResultOperatorBase(
	bool returnDefaultWhenEmpty
)

Parameters

returnDefaultWhenEmpty
Type: System..::..Boolean

[Missing <param name="returnDefaultWhenEmpty"/> documentation for "M:Remotion.Linq.Clauses.ResultOperators.ChoiceResultOperatorBase.#ctor(System.Boolean)"]

See Also