The UnaryLogicOperatorNode type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UnaryLogicOperatorNode | Initializes a new instance of the UnaryLogicOperatorNode 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.) | |
| 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.) | |
| GetAncestor | (Inherited from ASTNode.) | |
| GetAncestors | (Inherited from ASTNode.) | |
| GetChild | (Inherited from ASTNode.) | |
| GetEnumerator | (Inherited from ASTNode.) | |
| GetFirstChild | (Inherited from ASTNode.) | |
| 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()()()() | ||
| Initialize(Object) | (Inherited from HqlSqlWalkerNode.) | |
| InsertChild | (Inherited from ASTNode.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| 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.) | |
| 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 | |
|---|---|---|
| AliasGenerator | (Inherited from HqlSqlWalkerNode.) | |
| ASTFactory | (Inherited from HqlSqlWalkerNode.) | |
| CharPositionInLine | (Inherited from ASTNode.) | |
| ChildCount | (Inherited from ASTNode.) | |
| ChildIndex | (Inherited from ASTNode.) | |
| DataType | (Overrides SqlNode..::..DataType.) | |
| IsNil | (Inherited from ASTNode.) | |
| Line | (Inherited from ASTNode.) | |
| NextSibling | (Inherited from ASTNode.) | |
| Operand | ||
| OriginalText | (Inherited from SqlNode.) | |
| Parent | (Inherited from ASTNode.) | |
| Text | (Inherited from SqlNode.) | |
| Token | (Inherited from ASTNode.) | |
| Type | (Inherited from ASTNode.) | |
| Walker | (Inherited from HqlSqlWalkerNode.) |