Bind an instance of a Double to an indexed parameter
using an NHibernate DoubleType.
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
IDetachedQuery SetDouble( int position, double val ) |
Visual Basic |
---|
Function SetDouble ( _ position As Integer, _ val As Double _ ) As IDetachedQuery |
Visual C++ |
---|
IDetachedQuery^ SetDouble( int position, double val ) |
Parameters
- position
- Type: System..::..Int32
The position of the parameter in the query string, numbered from 0
- val
- Type: System..::..Double
A non-null instance of a Double.
Return Value
[Missing <returns> documentation for "M:NHibernate.IDetachedQuery.SetDouble(System.Int32,System.Double)"]