NPersistence Reference Guide
Return the type of the parameter. Values bound to the parameter must be assignable to this type. This method is required to be supported for criteria queries only. Applications that use this method for Java Persistence query language queries and native queries will not be portable.

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

Syntax

   
 C# 
Type GetParameterType()

Return Value

the type of the parameter

Exceptions

ExceptionCondition
System..::..InvalidOperationException if invoked on a parameter obtained from a Java persistence query language query or native query when the implementation does not support this use

See Also