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

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

Syntax

C#
public IDetachedQuery SetSingle(
	int position,
	float val
)
Visual Basic
Public Function SetSingle ( _
	position As Integer, _
	val As Single _
) As IDetachedQuery
Visual C++
public:
virtual IDetachedQuery^ SetSingle(
	int position, 
	float val
) sealed

Parameters

position
Type: System..::..Int32

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

val
Type: System..::..Single

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

Return Value

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

Implements

IDetachedQuery..::..SetSingle(Int32, Single)

See Also