Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
IDetachedQuery SetInt16( string name, short val ) |
Visual Basic |
---|
Function SetInt16 ( _ name As String, _ val As Short _ ) As IDetachedQuery |
Visual C++ |
---|
IDetachedQuery^ SetInt16( String^ name, short val ) |
Parameters
- name
- Type: System..::..String
The name of the parameter
- val
- Type: System..::..Int16
A non-null instance of a Int16.
Return Value
[Missing <returns> documentation for "M:NHibernate.IDetachedQuery.SetInt16(System.String,System.Int16)"]