NPersistence Reference Guide
Get the parameter objects corresponding to the declared parameters of the query. Returns empty set if the query has no parameters. This method is not required to be supported for native queries.

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

Syntax

   
 C# 
HashSet<Object> GetParameters()

Return Value

set of the parameter objects

Exceptions

ExceptionCondition
System..::..InvalidOperationException if invoked on a native query when the implementation does not support this use

See Also