Initializes a new instance of the StreamedSequenceInfo class
Namespace: Remotion.Linq.Clauses.StreamedDataAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public StreamedSequenceInfo( Type dataType, Expression itemExpression ) |
Visual Basic |
---|
Public Sub New ( _ dataType As Type, _ itemExpression As Expression _ ) |
Visual C++ |
---|
public: StreamedSequenceInfo( Type^ dataType, Expression^ itemExpression ) |
Parameters
- dataType
- Type: System..::..Type
[Missing <param name="dataType"/> documentation for "M:Remotion.Linq.Clauses.StreamedData.StreamedSequenceInfo.#ctor(System.Type,System.Linq.Expressions.Expression)"]
- itemExpression
- Type: System.Linq.Expressions..::..Expression
[Missing <param name="itemExpression"/> documentation for "M:Remotion.Linq.Clauses.StreamedData.StreamedSequenceInfo.#ctor(System.Type,System.Linq.Expressions.Expression)"]