NPersistence Reference Guide
Bind the value of a Parameter object. parameter object parameter value

Return Value

the same query instance if the parameter does not correspond to a parameter of the query

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

Syntax

   
 C# 
TypedQuery<X> SetParameter<T>(
	Parameter<T> param,
	T value
)

Parameters

param
Parameter<(Of <(<'T>)>)>
value
T

Type Parameters

T

See Also