The SelectClause type exposes the following members.

Constructors

  NameDescription
Public methodSelectClause
Initializes a new instance of the SelectClause class

Methods

  NameDescription
Public methodAddChild (Inherited from ASTNode.)
Public methodAddChildren(array<IASTNode>[]()[][]) (Inherited from ASTNode.)
Public methodAddChildren(IEnumerable<(Of <<'(IASTNode>)>>)) (Inherited from ASTNode.)
Public methodAddSibling (Inherited from ASTNode.)
Public methodClearChildren (Inherited from ASTNode.)
Public methodCollectSelectExpressions()()()()
Returns an array of SelectExpressions gathered from the children of the given parent AST node.
(Inherited from SelectExpressionList.)
Public methodCollectSelectExpressions(Boolean)
Returns an array of SelectExpressions gathered from the children of the given parent AST node.
(Inherited from SelectExpressionList.)
Public methodDupNode (Inherited from ASTNode.)
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 methodGetAncestor (Inherited from ASTNode.)
Public methodGetAncestors (Inherited from ASTNode.)
Public methodGetChild (Inherited from ASTNode.)
Public methodGetEnumerator (Inherited from ASTNode.)
Public methodGetFirstChild (Inherited from ASTNode.)
Protected methodGetFirstSelectExpression (Overrides SelectExpressionList..::..GetFirstSelectExpression()()()().)
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 methodHasAncestor (Inherited from ASTNode.)
Public methodInitialize (Inherited from HqlSqlWalkerNode.)
Public methodInitializeDerivedSelectClause
Public methodInitializeExplicitSelectClause
Public methodInsertChild (Inherited from ASTNode.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveChild(Int32) (Inherited from ASTNode.)
Public methodRemoveChild(IASTNode) (Inherited from ASTNode.)
Public methodRenderText
Retrieve the text to be used for rendering this particular node.
(Inherited from SqlNode.)
Public methodSetChild (Inherited from ASTNode.)
Public methodSetFirstChild (Inherited from ASTNode.)
Public methodToString (Inherited from ASTNode.)
Public methodToStringTree (Inherited from ASTNode.)

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

  NameDescription
Public fieldStatic memberVERSION2_SQL

Properties

  NameDescription
Public propertyAliasGenerator (Inherited from HqlSqlWalkerNode.)
Public propertyASTFactory (Inherited from HqlSqlWalkerNode.)
Public propertyCharPositionInLine (Inherited from ASTNode.)
Public propertyChildCount (Inherited from ASTNode.)
Public propertyChildIndex (Inherited from ASTNode.)
Public propertyCollectionFromElements
Public propertyColumnNames
The column alias names being used in the generated SQL.
Public propertyConstructor
The constructor to use for dynamic instantiation queries.
Public propertyDataType (Inherited from SqlNode.)
Public propertyFromElementsForLoad
FromElements which need to be accounted for in the load phase (either for return or for fetch).
Public propertyIsDistinct
Public propertyIsList
Public propertyIsMap
Public propertyIsNil (Inherited from ASTNode.)
Public propertyIsScalarSelect
Public propertyLine (Inherited from ASTNode.)
Public propertyNextSibling (Inherited from ASTNode.)
Public propertyOriginalText (Inherited from SqlNode.)
Public propertyParent (Inherited from ASTNode.)
Public propertyQueryReturnAliases
The HQL aliases, or generated aliases
Public propertyQueryReturnTypes
The types actually being returned from this query at the "object level".
Public propertyText (Inherited from SqlNode.)
Public propertyToken (Inherited from ASTNode.)
Public propertyType (Inherited from ASTNode.)
Public propertyWalker (Inherited from HqlSqlWalkerNode.)

See Also