The FromReferenceNode type exposes the following members.

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 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 methodGetEnumerator (Inherited from ASTNode.)
Public methodGetFirstChild (Inherited from ASTNode.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetImpliedJoin
Sub-classes can override this method if they produce implied joins (e.g. DotNode).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasAncestor (Inherited from ASTNode.)
Public methodInitialize (Inherited from HqlSqlWalkerNode.)
Public methodInsertChild (Inherited from ASTNode.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepareForDot
Public methodRecursiveResolve
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 methodResolve(Boolean, Boolean)
Public methodResolve(Boolean, Boolean, String)
Public methodResolve(Boolean, Boolean, String, IASTNode)
Public methodResolveFirstChild
Public methodResolveIndex
Public methodResolveInFunctionCall
Public methodSetChild (Inherited from ASTNode.)
Public methodSetFirstChild (Inherited from ASTNode.)
Public methodSetScalarColumnText (Inherited from AbstractSelectExpression.)
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.)

See Also