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

Syntax

Visual Basic (Declaration)
Public Function SetParameter ( _
	position As Integer, _
	val As Object, _
	type As IType _
) As IQuery
C#
public IQuery SetParameter(
	int position,
	Object val,
	IType type
)
Visual C++
public:
virtual IQuery^ SetParameter(
	int position, 
	Object^ val, 
	IType^ type
) sealed
JavaScript
function setParameter(position, val, type);

Parameters

position
Type: System..::.Int32
val
Type: System..::.Object
type
Type: NHibernate.Type..::.IType

Implements

IQuery..::.SetParameter(Int32, Object, IType)

See Also