NPersistence Reference Guide 
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
 Bind an argument to a named parameter.
              parameter name  parameter value
Namespace: NPersistenceReturn Value
the same query instance if the parameter name does not correspond to a parameter of the query or if the argument is of incorrect typeAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
 Syntax
Syntax
| C# | 
TypedQuery<X> SetParameter( string name, Object value )
Parameters
- name
- String
- value
- Object


























