NPersistence Reference Guide
Get the parameter object corresponding to the declared positional parameter with the given position and type. This method is not required to be supported by the provider.

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

Syntax

   
 C# 
Parameter<T> GetParameter<T>(
	int position,
	Type type
)

Parameters

position
Int32
position
type
Type
type

Type Parameters

T

Return Value

parameter object

Exceptions

ExceptionCondition
System..::..ArgumentException if the parameter with the specified position 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