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 queryNamespace: 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 )