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 positional parameter.
position parameter value temporal type
Namespace: NPersistenceReturn Value
the same query instance if position does not correspond to a positional parameter of the query or if the value argument is of incorrect typeAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
TypedQuery<X> SetParameter( int position, DateTime value, TemporalType temporalType )