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

Syntax

Visual Basic (Declaration)
Public Function SetParameterList ( _
	name As String, _
	vals As IEnumerable, _
	type As IType _
) As IQuery
C#
public IQuery SetParameterList(
	string name,
	IEnumerable vals,
	IType type
)
Visual C++
public:
virtual IQuery^ SetParameterList(
	String^ name, 
	IEnumerable^ vals, 
	IType^ type
) sealed
JavaScript
function setParameterList(name, vals, type);

Implements

IQuery..::.SetParameterList(String, IEnumerable, IType)

See Also