[Missing <summary> documentation for "P:Remotion.Linq.Clauses.StreamedData.StreamedSequenceInfo.DataType"]

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

Syntax

C#
public Type DataType { get; private set; }
Visual Basic
Public Property DataType As Type
	Get
	Private Set
Visual C++
public:
virtual property Type^ DataType {
	Type^ get () sealed;
	private: void set (Type^ value) sealed;
}

Implements

IStreamedDataInfo..::..DataType

See Also