NPersistence Reference Guide
Overload List
Name | Description |
---|---|
GetParameter<(Of <<'(T>)>>)(Int32) | Get the parameter object corresponding to the declared
positional parameter with the given position.
This method is not required to be supported for native
queries. |
GetParameter<(Of <<'(T>)>>)(String) | Get the parameter object corresponding to the declared
parameter of the given name.
This method is not required to be supported for native
queries. |
GetParameter<(Of <<'(T>)>>)(Int32, Type) | 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. |
GetParameter<(Of <<'(T>)>>)(String, Type) | 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. |