NPersistence Reference Guide
Return the value bound to the parameter.

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

Syntax

   
 C# 
T GetParameterValue<T>(
	Parameter<T> param
)

Parameters

param
Parameter<(Of <(<'T>)>)>
parameter object

Type Parameters

T

Return Value

parameter value

Exceptions

ExceptionCondition
System..::..ArgumentException if the parameter is not a parameter of the query
System..::..InvalidOperationException if the parameter has not been been bound

See Also