Initializes a new instance of the StreamedSingleValueInfo class

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

Syntax

C#
public StreamedSingleValueInfo(
	Type dataType,
	bool returnDefaultWhenEmpty
)
Visual Basic
Public Sub New ( _
	dataType As Type, _
	returnDefaultWhenEmpty As Boolean _
)
Visual C++
public:
StreamedSingleValueInfo(
	Type^ dataType, 
	bool returnDefaultWhenEmpty
)

Parameters

dataType
Type: System..::..Type

[Missing <param name="dataType"/> documentation for "M:Remotion.Linq.Clauses.StreamedData.StreamedSingleValueInfo.#ctor(System.Type,System.Boolean)"]

returnDefaultWhenEmpty
Type: System..::..Boolean

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

See Also