NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Type for query parameter objects.
the type of the parameter
Namespace: NPersistenceAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
public interface Parameter<T>
Type Parameters
- T
Members
All Members | 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. |