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: NPersistenceAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
HashSet<Object> GetParameters()
Return Value
set of the parameter objects
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException | if invoked on a native
query when the implementation does not support
this use |
See Also