Initializes a new instance of the StreamedValueInfo class

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

Syntax

C#
protected StreamedValueInfo(
	Type dataType
)
Visual Basic
Protected Sub New ( _
	dataType As Type _
)
Visual C++
protected:
StreamedValueInfo(
	Type^ dataType
)

Parameters

dataType
Type: System..::..Type

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

See Also