Container for data that is used during the NHibernate query/load process.
The following tables list the members exposed by the QueryParameters type.
Public Methods
| Name | Description | |
|---|---|---|
| LogParameters | ||
| ProcessFilters | ||
| ValidateParameters |
Ensure the Types and Values are the same length.
|
Public Constructors
| Name | Description | |
|---|---|---|
| QueryParametersNew | Overloaded. |
Public 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.
|