The QueryParameters type exposes the following members.

Constructors

  NameDescription
QueryParametersOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)
ValidateParameters
Ensure the Types and Values are the same length.

Properties

  NameDescription
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.

See Also