Namespace:  NHibernate.Hql
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function CreateSelectNewTransformer ( _
	constructor As ConstructorInfo, _
	returnMaps As Boolean _
) As IResultTransformer
C#
public static IResultTransformer CreateSelectNewTransformer(
	ConstructorInfo constructor,
	bool returnMaps
)
Visual C++
public:
static IResultTransformer^ CreateSelectNewTransformer(
	ConstructorInfo^ constructor, 
	bool returnMaps
)
JavaScript
NHibernate.Hql.HolderInstantiator.createSelectNewTransformer = function(constructor, returnMaps);

Parameters

constructor
Type: System.Reflection..::.ConstructorInfo
returnMaps
Type: System..::.Boolean

See Also