The QueryParameters type exposes the following members.

Constructors

  NameDescription
Public methodQueryParameters()()()()
Initializes a new instance of the QueryParameters class
Public methodQueryParameters(array<IType>[]()[][], array<Object>[]()[][])
Initializes a new instance of the QueryParameters class
Public methodQueryParameters(array<IType>[]()[][], array<Object>[]()[][], array<Object>[]()[][])
Initializes a new instance of the QueryParameters class
Public methodQueryParameters(array<IType>[]()[][], array<Object>[]()[][], IDictionary<(Of <<'(String, TypedValue>)>>), array<Object>[]()[][])
Initializes a new instance of the QueryParameters class
Public methodQueryParameters(array<IType>[]()[][], array<Object>[]()[][], Object, String, Object)
Initializes a new instance of the QueryParameters class
Public methodQueryParameters(IDictionary<(Of <<'(String, TypedValue>)>>), IDictionary<(Of <<'(String, LockMode>)>>), RowSelection, Boolean, Boolean, Boolean, String, String, Boolean, IResultTransformer)
Initializes a new instance of the QueryParameters class
Public methodQueryParameters(array<IType>[]()[][], array<Object>[]()[][], IDictionary<(Of <<'(String, LockMode>)>>), RowSelection, Boolean, Boolean, Boolean, String, String, Boolean, IResultTransformer)
Initializes a new instance of the QueryParameters class
Public methodQueryParameters(array<IType>[]()[][], array<Object>[]()[][], IDictionary<(Of <<'(String, TypedValue>)>>), IDictionary<(Of <<'(String, LockMode>)>>), RowSelection, Boolean, Boolean, Boolean, String, String, array<Object>[]()[][], IResultTransformer)
Initializes a new instance of the QueryParameters class
Public methodQueryParameters(array<IType>[]()[][], array<Object>[]()[][], IDictionary<(Of <<'(String, TypedValue>)>>), IDictionary<(Of <<'(String, LockMode>)>>), RowSelection, Boolean, Boolean, Boolean, String, String, array<Object>[]()[][], Object, String, Object, IResultTransformer)
Initializes a new instance of the QueryParameters class

Methods

  NameDescription
Public methodCreateCopyUsing
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsReadOnly
Public methodLogParameters
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidateParameters
Ensure the Types and Values are the same length.

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

Properties

  NameDescription
Public propertyCacheable
Public propertyCacheRegion
Public propertyCallable
Public propertyCollectionKeys
Public propertyComment
Public propertyForceCacheRefresh
Public propertyHasAutoDiscoverScalarTypes
Public propertyHasRowSelection
Public propertyIsReadOnlyInitialized
Public propertyLockModes
Gets or sets an IDictionary that contains the alias name of the object from hql as the key and the LockMode as the value.
Public propertyNamedParameters
Public propertyNaturalKeyLookup
Public propertyOptionalEntityName
Public propertyOptionalId
Public propertyOptionalObject
Public propertyPositionalParameterTypes
Gets or sets an array of IType objects that is stored at the index of the Parameter.
Public propertyPositionalParameterValues
Gets or sets an array of Object objects that is stored at the index of the Parameter.
Public propertyProcessedRowSelection
Public propertyProcessedSql
Public propertyProcessedSqlParameters
Public propertyReadOnly
Public propertyResultTransformer
Public propertyRowSelection
Gets or sets the RowSelection for the Query.

See Also