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

Syntax

Visual Basic (Declaration)
Public Function SetInt16 ( _
	name As String, _
	val As Short _
) As IQuery
C#
public IQuery SetInt16(
	string name,
	short val
)
Visual C++
public:
virtual IQuery^ SetInt16(
	String^ name, 
	short val
) sealed
JavaScript
function setInt16(name, val);

Parameters

name
Type: System..::.String
val
Type: System..::.Int16

Implements

IQuery..::.SetInt16(String, Int16)

See Also