Initializes a new instance of the StreamedScalarValueInfo class

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

Syntax

C#
public StreamedScalarValueInfo(
	Type dataType
)
Visual Basic
Public Sub New ( _
	dataType As Type _
)
Visual C++
public:
StreamedScalarValueInfo(
	Type^ dataType
)

Parameters

dataType
Type: System..::..Type

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

See Also