NPersistence Reference Guide Get the parameter object corresponding to the declared
parameter of the given name and type.
This method is required to be supported for criteria queries
only.
Namespace: NPersistenceAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Parameter<T> GetParameter<T>(
string name,
Type type
)
Parameters
- name
- String
parameter name
- type
- Type
type
Type Parameters
Return Value
parameter object
Exceptions
Exception | Condition |
---|
System..::..ArgumentException | if the parameter of the
specified name does not exist or is not assignable
to the type |
System..::..InvalidOperationException | if invoked on a native
query or Java Persistence query language query when
the implementation does not support this use |
See Also