NPersistence Reference Guide
Return the value bound to the positional parameter.

Namespace: NPersistence
Assembly: 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 value

Exceptions

ExceptionCondition
System..::..InvalidOperationException if the parameter has not been been bound
System..::..ArgumentException if the parameter with the specified position does not exist

See Also