NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Return the value bound to the named parameter.
Namespace: NPersistenceAssembly: 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 valueExceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | if the parameter has not been been bound |
System..::..ArgumentException | if the parameter of the specified name does not exist |