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

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
Object GetParameterValue(
	string name
)

Parameters

name
String
parameter name

Return Value

parameter value

Exceptions

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

See Also