The QueryParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | QueryParameters | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LogParameters | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ProcessFilters | |
![]() | ToString | (Inherited from Object.) |
![]() | ValidateParameters |
Ensure the Types and Values are the same length.
|
Properties
Name | Description | |
---|---|---|
![]() | Cacheable | |
![]() | CacheRegion | |
![]() | Callable | |
![]() | CollectionKeys | |
![]() | FilteredPositionalParameterTypes | |
![]() | FilteredPositionalParameterValues | |
![]() | FilteredSQL | |
![]() | ForceCacheRefresh | |
![]() | HasRowSelection | |
![]() | LockModes |
Gets or sets an IDictionary that contains the alias name of the
object from hql as the key and the LockMode as the value.
|
![]() | NamedParameters |
Gets or sets an IDictionary that contains the named
parameter as the key and the TypedValue as the value.
|
![]() | OptionalEntityClass | |
![]() | OptionalId | |
![]() | OptionalObject | |
![]() | PositionalParameterTypes |
Gets or sets an array of IType objects that is stored at the index
of the Parameter.
|
![]() | PositionalParameterValues |
Gets or sets an array of Object objects that is stored at the index
of the Parameter.
|
![]() | ResultTransformer | |
![]() | RowSelection |
Gets or sets the RowSelection for the Query.
|