The AbstractQueryImpl type exposes the following members.

Constructors

  NameDescription
Protected methodAbstractQueryImpl
Initializes a new instance of the AbstractQueryImpl class

Methods

  NameDescription
Protected methodAfter
Protected methodBefore
Protected methodDetermineType(Int32, Object)
Protected methodDetermineType(String, Object)
Protected methodDetermineType(String, Type)
Protected methodDetermineType(Int32, Object, IType)
Protected methodDetermineType(String, Object, IType)
Public methodEnumerable()()()()
Public methodEnumerable<(Of <<'(T>)>>)()()()()
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecuteUpdate
Protected methodExpandParameterLists
Warning: adds new parameters to the argument by side-effect, as well as mutating the query string!
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 methodFuture<(Of <<'(T>)>>)
Public methodFutureValue<(Of <<'(T>)>>)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetQueryParameters()()()()
Public methodGetQueryParameters(IDictionary<(Of <<'(String, TypedValue>)>>))
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodList()()()()
Public methodList(IList)
Public methodList<(Of <<'(T>)>>)()()()()
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetAnsiString(Int32, String)
Public methodSetAnsiString(String, String)
Public methodSetBinary(Int32, array<Byte>[]()[][])
Public methodSetBinary(String, array<Byte>[]()[][])
Public methodSetBoolean(Int32, Boolean)
Public methodSetBoolean(String, Boolean)
Public methodSetByte(Int32, Byte)
Public methodSetByte(String, Byte)
Public methodSetCacheable
Public methodSetCacheMode
Override the current session cache mode, just for this query.
Public methodSetCacheRegion
Public methodSetCharacter(Int32, Char)
Public methodSetCharacter(String, Char)
Public methodSetCollectionKey
Public methodSetComment
Public methodSetDateTime(Int32, DateTime)
Public methodSetDateTime(String, DateTime)
Public methodSetDateTime2(Int32, DateTime)
Public methodSetDateTime2(String, DateTime)
Public methodSetDateTimeOffset(Int32, DateTimeOffset)
Public methodSetDateTimeOffset(String, DateTimeOffset)
Public methodSetDecimal(Int32, Decimal)
Public methodSetDecimal(String, Decimal)
Public methodSetDouble(Int32, Double)
Public methodSetDouble(String, Double)
Public methodSetEntity(Int32, Object)
Public methodSetEntity(String, Object)
Public methodSetEnum(Int32, Enum)
Public methodSetEnum(String, Enum)
Public methodSetFetchSize
Public methodSetFirstResult
Public methodSetFlushMode
Public methodSetGuid(Int32, Guid)
Public methodSetGuid(String, Guid)
Public methodSetIgnoreUknownNamedParameters
Public methodSetInt16(Int32, Int16)
Public methodSetInt16(String, Int16)
Public methodSetInt32(Int32, Int32)
Public methodSetInt32(String, Int32)
Public methodSetInt64(Int32, Int64)
Public methodSetInt64(String, Int64)
Public methodSetLockMode
Public methodSetMaxResults
Public methodSetOptionalEntityName
Public methodSetOptionalId
Public methodSetOptionalObject
Public methodSetParameter(Int32, Object)
Public methodSetParameter(String, Object)
Public methodSetParameter(Int32, Object, IType)
Public methodSetParameter(String, Object, IType)
Public methodSetParameter<(Of <<'(T>)>>)(Int32, T)
Public methodSetParameter<(Of <<'(T>)>>)(String, T)
Public methodSetParameterList(String, IEnumerable)
Public methodSetParameterList(String, IEnumerable, IType)
Public methodSetProperties(IDictionary)
Public methodSetProperties(Object)
Public methodSetReadOnly
Set the read-only mode for entities (and proxies) loaded by this query. This setting overrides the default setting for the session (see DefaultReadOnly).
Public methodSetResultTransformer
Public methodSetSingle(Int32, Single)
Public methodSetSingle(String, Single)
Public methodSetString(Int32, String)
Public methodSetString(String, String)
Public methodSetTime(Int32, DateTime)
Public methodSetTime(String, DateTime)
Public methodSetTimeAsTimeSpan(Int32, TimeSpan)
Public methodSetTimeAsTimeSpan(String, TimeSpan)
Public methodSetTimeout
Public methodSetTimeSpan(Int32, TimeSpan)
Public methodSetTimeSpan(String, TimeSpan)
Public methodSetTimestamp(Int32, DateTime)
Public methodSetTimestamp(String, DateTime)
Public methodToString (Overrides Object..::..ToString()()()().)
Public methodTypeArray
Public methodUniqueResult()()()()
Public methodUniqueResult<(Of <<'(T>)>>)()()()()
Public methodValueArray
Protected methodVerifyParameters()()()()
Protected methodVerifyParameters(Boolean)
Perform parameter validation. Used prior to executing the encapsulated query.

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

Fields

Properties

See Also