NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Return the value bound to the positional parameter.
Namespace: NPersistenceAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
Object GetParameterValue( int position )
Parameters
- position
- Int32
position
Return Value
parameter valueExceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | if the parameter has not been been bound |
System..::..ArgumentException | if the parameter with the specified position does not exist |