The HqlTreeBuilder type exposes the following members.

Constructors

  NameDescription
Public methodHqlTreeBuilder
Initializes a new instance of the HqlTreeBuilder class

Methods

  NameDescription
Public methodAdd
Public methodAlias
Public methodAll
Public methodAny
Public methodAscending
Public methodAverage
Public methodBitwiseAnd
Public methodBitwiseNot
Public methodBitwiseOr
Public methodBooleanAnd
Public methodBooleanMethodCall
Public methodBooleanNot
Public methodBooleanOr
Public methodCase(array<HqlWhen>[]()[][])
Public methodCase(array<HqlWhen>[]()[][], HqlExpression)
Public methodCast
Public methodClass
Public methodCoalesce
Public methodConcat
Public methodConstant
Public methodCount()()()()
Public methodCount(HqlExpression)
Public methodDescending
Public methodDictionaryItem
Public methodDistinct
Public methodDistinctHolder
Public methodDivide
Public methodDot
Public methodElements
Public methodElse
Public methodEquality
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExists
Public methodExpressionList
Public methodFalse
Public methodFetchJoin
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 methodFrom()()()()
Public methodFrom(HqlRange)
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 methodGreaterThan
Public methodGreaterThanOrEqual
Public methodGroupBy
Public methodIdent(String)
Public methodIdent(Type)
Public methodIn
Public methodIndices
Public methodInequality
Public methodIsNotNull
Public methodIsNull
Public methodJoin
Public methodLeftFetchJoin
Public methodLeftJoin
Public methodLessThan
Public methodLessThanOrEqual
Public methodLike
Public methodMax
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMethodCall(String, array<HqlExpression>[]()[][])
Public methodMethodCall(String, IEnumerable<(Of <<'(HqlExpression>)>>))
Public methodMin
Public methodMultiply
Public methodOrderBy
Public methodParameter
Public methodQuery()()()()
Public methodQuery(HqlSelectFrom)
Public methodQuery(HqlSelectFrom, HqlWhere)
Public methodQuery(HqlSelectFrom, HqlWhere, HqlOrderBy)
Public methodRange(HqlIdent)
Public methodRange(HqlTreeNode, HqlAlias)
Public methodRowStar
Public methodSelect(HqlExpression)
Public methodSelect(array<HqlExpression>[]()[][])
Public methodSelect(IEnumerable<(Of <<'(HqlExpression>)>>))
Public methodSelectFrom()()()()
Public methodSelectFrom(HqlFrom)
Public methodSelectFrom(HqlSelect)
Public methodSelectFrom(HqlFrom, HqlSelect)
Public methodSkip
Public methodStar
Public methodSubtract
Public methodSum
Public methodTake
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrue
Public methodWhen
Public methodWhere

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

See Also