Bind an instance of a DateTime to an indexed parameter using an NHibernate DateTimeType.

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

Syntax

C#
IQuery SetTime(
	int position,
	DateTime val
)
Visual Basic
Function SetTime ( _
	position As Integer, _
	val As DateTime _
) As IQuery
Visual C++
IQuery^ SetTime(
	int position, 
	DateTime val
)

Parameters

position
Type: System..::..Int32
The position of the parameter in the query string, numbered from 0
val
Type: System..::..DateTime
A non-null instance of a DateTime.

Return Value

[Missing <returns> documentation for "M:NHibernate.IQuery.SetTime(System.Int32,System.DateTime)"]

See Also