NPersistence Reference Guide
The Parameter<(Of <(<'T>)>)> type exposes the following methods.
Methods
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
GetName()()()() | Return the parameter name, or null if the parameter is
not a named parameter or no name has been assigned. | |
GetParameterType()()()() | Return the type of the parameter. Values bound to the
parameter must be assignable to this type.
This method is required to be supported for criteria queries
only. Applications that use this method for Java
Persistence query language queries and native queries will
not be portable. | |
GetPosition()()()() | Return the parameter position, or null if the parameter
is not a positional parameter. |