NPersistence Reference Guide Get the parameter object corresponding to the declared
positional parameter with the given position.
This method is not required to be supported for native
queries.
Namespace: NPersistenceAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Parameters
- position
- Int32
position
Type Parameters
Return Value
parameter object
Exceptions
Exception | Condition |
---|
System..::..ArgumentException | if the parameter with the
specified position does not exist |
System..::..InvalidOperationException | if invoked on a native
query when the implementation does not support
this use |
See Also