The QueryParameters type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
CreateCopyUsing | ||
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsReadOnly | ||
LogParameters | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ValidateParameters |
Ensure the Types and Values are the same length.
|
Extension Methods
Name | Description | |
---|---|---|
As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) | |
IsBetween |
Apply a "between" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
IsIn(array<Object>[]()[][]) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
IsIn(ICollection) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
IsProxy | (Defined by NHibernateProxyHelper.) | |
ToTypeParameters | (Defined by ReflectHelper.) |
Properties
Name | Description | |
---|---|---|
Cacheable | ||
CacheRegion | ||
Callable | ||
CollectionKeys | ||
Comment | ||
ForceCacheRefresh | ||
HasAutoDiscoverScalarTypes | ||
HasRowSelection | ||
IsReadOnlyInitialized | ||
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 | ||
NaturalKeyLookup | ||
OptionalEntityName | ||
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.
| |
ProcessedRowSelection | ||
ProcessedSql | ||
ProcessedSqlParameters | ||
ReadOnly | ||
ResultTransformer | ||
RowSelection |
Gets or sets the RowSelection for the Query.
|