Initializes a new instance of the ResultTransformer class
Namespace: NHibernate.LinqAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public ResultTransformer( Delegate itemTransformation, Delegate listTransformation )  | 
| Visual Basic | 
|---|
Public Sub New ( _ itemTransformation As Delegate, _ listTransformation As Delegate _ )  | 
| Visual C++ | 
|---|
public: ResultTransformer( Delegate^ itemTransformation, Delegate^ listTransformation )  | 
Parameters
- itemTransformation
 - Type: System..::..Delegate
[Missing <param name="itemTransformation"/> documentation for "M:NHibernate.Linq.ResultTransformer.#ctor(System.Delegate,System.Delegate)"]
 
- listTransformation
 - Type: System..::..Delegate
[Missing <param name="listTransformation"/> documentation for "M:NHibernate.Linq.ResultTransformer.#ctor(System.Delegate,System.Delegate)"]