The FromClause type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FromClause | Initializes a new instance of the FromClause class |
Methods
Name | Description | |
---|---|---|
![]() | AddChild | (Inherited from ASTNode.) |
![]() | AddChildren(array<IASTNode>[]()[][]) | (Inherited from ASTNode.) |
![]() | AddChildren(IEnumerable<(Of <<'(IASTNode>)>>)) | (Inherited from ASTNode.) |
![]() | AddCollectionJoinFromElementByPath | |
![]() | AddDuplicateAlias | |
![]() | AddFromElement |
Adds a new from element to the from node.
|
![]() | AddJoinByPathMap | |
![]() | AddSibling | (Inherited from ASTNode.) |
![]() | ClearChildren | (Inherited from ASTNode.) |
![]() | ContainsClassAlias |
Returns true if the from node contains the class alias name.
|
![]() | ContainsTableAlias |
Returns true if the from node contains the table alias name.
|
![]() | DupNode | (Inherited from ASTNode.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindCollectionJoin | |
![]() | FindJoinByPath |
Look for an existing implicit or explicit join by the given path.
|
![]() | GetAncestor | (Inherited from ASTNode.) |
![]() | GetAncestors | (Inherited from ASTNode.) |
![]() | GetChild | (Inherited from ASTNode.) |
![]() | GetCollectionFetches | |
![]() | GetDisplayText | |
![]() | GetEnumerator | (Inherited from ASTNode.) |
![]() | GetExplicitFromElements | |
![]() | GetFirstChild | (Inherited from ASTNode.) |
![]() | GetFromElement()()()() | |
![]() | GetFromElement(String) |
Retreives the from-element represented by the given alias.
|
![]() | GetFromElements |
Returns the list of from elements in order.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetProjectionList |
Returns the list of from elements that will be part of the result set.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasAncestor | (Inherited from ASTNode.) |
![]() | Initialize | (Inherited from HqlSqlWalkerNode.) |
![]() | InsertChild | (Inherited from ASTNode.) |
![]() | IsFromElementAlias |
Convenience method to check whether a given token represents a from-element alias.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RegisterFromElement | |
![]() | RemoveChild(Int32) | (Inherited from ASTNode.) |
![]() | RemoveChild(IASTNode) | (Inherited from ASTNode.) |
![]() | RenderText |
Retrieve the text to be used for rendering this particular node.
(Inherited from SqlNode.) |
![]() | Resolve | |
![]() | SetChild | (Inherited from ASTNode.) |
![]() | SetFirstChild | (Inherited from ASTNode.) |
![]() | SetParentFromClause | |
![]() | ToString | (Overrides ASTNode..::..ToString()()()().) |
![]() | ToStringTree | (Inherited from ASTNode.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) |
![]() | IsBetween |
Apply a "between" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsIn(array<Object>[]()[][]) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsIn(ICollection) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsProxy | (Defined by NHibernateProxyHelper.) |
![]() | ToTypeParameters | (Defined by ReflectHelper.) |
Properties
Name | Description | |
---|---|---|
![]() | AliasGenerator | (Inherited from HqlSqlWalkerNode.) |
![]() | ASTFactory | (Inherited from HqlSqlWalkerNode.) |
![]() | CharPositionInLine | (Inherited from ASTNode.) |
![]() | ChildCount | (Inherited from ASTNode.) |
![]() | ChildIndex | (Inherited from ASTNode.) |
![]() | DataType | (Inherited from SqlNode.) |
![]() | IsNil | (Inherited from ASTNode.) |
![]() | IsSubQuery | |
![]() | Line | (Inherited from ASTNode.) |
![]() | NextSibling | (Inherited from ASTNode.) |
![]() | OriginalText | (Inherited from SqlNode.) |
![]() | Parent | (Inherited from ASTNode.) |
![]() | ParentFromClause | |
![]() | Text | (Inherited from SqlNode.) |
![]() | Token | (Inherited from ASTNode.) |
![]() | Type | (Inherited from ASTNode.) |
![]() | Walker | (Inherited from HqlSqlWalkerNode.) |