Initializes a new instance of the CustomLoader..::..ScalarResultColumnProcessor class
Namespace: NHibernate.Loader.CustomAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public ScalarResultColumnProcessor( string alias, IType type ) |
Visual Basic |
---|
Public Sub New ( _ alias As String, _ type As IType _ ) |
Visual C++ |
---|
public: ScalarResultColumnProcessor( String^ alias, IType^ type ) |
Parameters
- alias
- Type: System..::..String
[Missing <param name="alias"/> documentation for "M:NHibernate.Loader.Custom.CustomLoader.ScalarResultColumnProcessor.#ctor(System.String,NHibernate.Type.IType)"]
- type
- Type: NHibernate.Type..::..IType
[Missing <param name="type"/> documentation for "M:NHibernate.Loader.Custom.CustomLoader.ScalarResultColumnProcessor.#ctor(System.String,NHibernate.Type.IType)"]