[Missing <summary> documentation for "M:NHibernate.Hql.HolderInstantiator.CreateSelectNewTransformer(System.Reflection.ConstructorInfo,System.Boolean,System.Boolean)"]

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

Syntax

C#
public static IResultTransformer CreateSelectNewTransformer(
	ConstructorInfo constructor,
	bool returnMaps,
	bool returnLists
)
Visual Basic
Public Shared Function CreateSelectNewTransformer ( _
	constructor As ConstructorInfo, _
	returnMaps As Boolean, _
	returnLists As Boolean _
) As IResultTransformer
Visual C++
public:
static IResultTransformer^ CreateSelectNewTransformer(
	ConstructorInfo^ constructor, 
	bool returnMaps, 
	bool returnLists
)

Parameters

constructor
Type: System.Reflection..::..ConstructorInfo

[Missing <param name="constructor"/> documentation for "M:NHibernate.Hql.HolderInstantiator.CreateSelectNewTransformer(System.Reflection.ConstructorInfo,System.Boolean,System.Boolean)"]

returnMaps
Type: System..::..Boolean

[Missing <param name="returnMaps"/> documentation for "M:NHibernate.Hql.HolderInstantiator.CreateSelectNewTransformer(System.Reflection.ConstructorInfo,System.Boolean,System.Boolean)"]

returnLists
Type: System..::..Boolean

[Missing <param name="returnLists"/> documentation for "M:NHibernate.Hql.HolderInstantiator.CreateSelectNewTransformer(System.Reflection.ConstructorInfo,System.Boolean,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.HolderInstantiator.CreateSelectNewTransformer(System.Reflection.ConstructorInfo,System.Boolean,System.Boolean)"]

See Also