NPersistence Reference Guide Bind an instance of System.DateTime to a positional parameter.
Namespace: NPersistenceAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Parameters
- position
- Int32
position
- value
- DateTime
parameter value
- temporalType
- TemporalType
temporal type
Return Value
the same query instance
Exceptions
Exception | Condition |
---|
System..::..ArgumentException | if position does not
correspond to a positional parameter of the query or
if the value argument is of incorrect type |
See Also