The ConstructorNode type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConstructorNode | Initializes a new instance of the ConstructorNode class |
Methods
| Name | Description | |
|---|---|---|
| AddChild | (Inherited from ASTNode.) | |
| AddChildren(array<IASTNode>[]()[][]) | (Inherited from ASTNode.) | |
| AddChildren(IEnumerable<(Of <<'(IASTNode>)>>)) | (Inherited from ASTNode.) | |
| AddSibling | (Inherited from ASTNode.) | |
| ClearChildren | (Inherited from ASTNode.) | |
| CollectSelectExpressions()()()() |
Returns an array of SelectExpressions gathered from the children of the given parent AST node.
(Inherited from SelectExpressionList.) | |
| CollectSelectExpressions(Boolean) |
Returns an array of SelectExpressions gathered from the children of the given parent AST node.
(Inherited from SelectExpressionList.) | |
| 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.) | |
| GetAliases | ||
| GetAncestor | (Inherited from ASTNode.) | |
| GetAncestors | (Inherited from ASTNode.) | |
| GetChild | (Inherited from ASTNode.) | |
| GetEnumerator | (Inherited from ASTNode.) | |
| GetFirstChild | (Inherited from ASTNode.) | |
| GetFirstSelectExpression | (Overrides SelectExpressionList..::..GetFirstSelectExpression()()()().) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasAncestor | (Inherited from ASTNode.) | |
| Initialize | (Inherited from HqlSqlWalkerNode.) | |
| InsertChild | (Inherited from ASTNode.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Prepare | ||
| 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.) | |
| SetChild | (Inherited from ASTNode.) | |
| SetFirstChild | (Inherited from ASTNode.) | |
| SetScalarColumnText | ||
| ToString | (Inherited from ASTNode.) | |
| 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 | |
|---|---|---|
| Alias | ||
| AliasGenerator | (Inherited from HqlSqlWalkerNode.) | |
| ASTFactory | (Inherited from HqlSqlWalkerNode.) | |
| CharPositionInLine | (Inherited from ASTNode.) | |
| ChildCount | (Inherited from ASTNode.) | |
| ChildIndex | (Inherited from ASTNode.) | |
| Constructor | ||
| ConstructorArgumentTypeList | ||
| DataType | (Inherited from SqlNode.) | |
| FromElement | ||
| IsConstructor | ||
| IsList | ||
| IsMap | ||
| IsNil | (Inherited from ASTNode.) | |
| IsReturnableEntity | ||
| IsScalar | ||
| Line | (Inherited from ASTNode.) | |
| NextSibling | (Inherited from ASTNode.) | |
| OriginalText | (Inherited from SqlNode.) | |
| Parent | (Inherited from ASTNode.) | |
| Text | (Inherited from SqlNode.) | |
| Token | (Inherited from ASTNode.) | |
| Type | (Inherited from ASTNode.) | |
| Walker | (Inherited from HqlSqlWalkerNode.) |