The FromElement type exposes the following members.

Constructors

  NameDescription
Public methodFromElement(IToken)
Initializes a new instance of the FromElement class
Protected methodFromElement(FromClause, FromElement, String)
Constructor form used to initialize ComponentJoin.

Methods

  NameDescription
Public methodAddChild (Inherited from ASTNode.)
Public methodAddChildren(array<IASTNode>[]()[][]) (Inherited from ASTNode.)
Public methodAddChildren(IEnumerable<(Of <<'(IASTNode>)>>)) (Inherited from ASTNode.)
Public methodAddEmbeddedParameter
Public methodAddSibling (Inherited from ASTNode.)
Protected methodAppendDisplayText
Public methodCheckInitialized
Public methodClearChildren (Inherited from ASTNode.)
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 methodGetDisplayText
Public methodGetEmbeddedParameters
Public methodGetEnumerator (Inherited from ASTNode.)
Public methodGetFirstChild (Inherited from ASTNode.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIdentityColumn
Public methodGetPropertyMapping
Public methodGetPropertyType
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHandlePropertyBeingDereferenced
Public methodHasAncestor (Inherited from ASTNode.)
Public methodInitialize (Inherited from HqlSqlWalkerNode.)
Public methodInitializeCollection
Protected methodInitializeComponentJoin
Public methodInitializeEntity
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 methodRenderCollectionSelectFragment
Public methodRenderIdentifierSelect
Returns the identifier select SQL fragment.
Public methodRenderPropertySelect
Returns the property select SQL fragment.
Public methodRenderScalarIdentifierSelect
Render the identifier select, but in a 'scalar' context (i.e. generate the column alias).
Public methodRenderText (Overrides SqlNode..::..RenderText(ISessionFactoryImplementor).)
Public methodRenderValueCollectionSelectFragment
Public methodSetAllPropertyFetch
Public methodSetChild (Inherited from ASTNode.)
Public methodSetFirstChild (Inherited from ASTNode.)
Public methodSetImpliedInFromClause
Public methodSetIncludeSubclasses
Public methodSetIndexCollectionSelectorParamSpec
Public methodSetOrigin
Public methodSetRole
Public methodSetWithClauseFragment
Public methodToColumns(String, String, Boolean)
Public methodToColumns(String, String, Boolean, Boolean)
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.)

Properties

See Also