NPersistence Reference Guide
Bind an instance of System.DateTime to a Parameter object. parameter object parameter value temporal type

Return Value

the same query instance if the parameter does not correspond to a parameter of the query

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
TypedQuery<X> SetParameter(
	Parameter<DateTime> param,
	DateTime value,
	TemporalType temporalType
)

Parameters

param
Parameter<(Of <(<'DateTime>)>)>
value
DateTime
temporalType
TemporalType

See Also