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

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

Syntax

C#
public IDetachedQuery SetDouble(
	int position,
	double val
)
Visual Basic
Public Function SetDouble ( _
	position As Integer, _
	val As Double _
) As IDetachedQuery
Visual C++
public:
virtual IDetachedQuery^ SetDouble(
	int position, 
	double val
) sealed

Parameters

position
Type: System..::..Int32

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

val
Type: System..::..Double

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

Return Value

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

Implements

IDetachedQuery..::..SetDouble(Int32, Double)

See Also