NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Bind an instance of System.DateTime to a Parameter object.
parameter object parameter value temporal type
Namespace: NPersistenceReturn Value
the same query instance if the parameter does not correspond to a parameter of the queryAssembly: 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 )