[Missing <summary> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetInt16(System.Int32,System.Int16)"]

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

Syntax

C#
public IDetachedQuery SetInt16(
	int position,
	short val
)
Visual Basic
Public Function SetInt16 ( _
	position As Integer, _
	val As Short _
) As IDetachedQuery
Visual C++
public:
virtual IDetachedQuery^ SetInt16(
	int position, 
	short val
) sealed

Parameters

position
Type: System..::..Int32

[Missing <param name="position"/> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetInt16(System.Int32,System.Int16)"]

val
Type: System..::..Int16

[Missing <param name="val"/> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetInt16(System.Int32,System.Int16)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetInt16(System.Int32,System.Int16)"]

Implements

IDetachedQuery..::..SetInt16(Int32, Int16)

See Also