The IntoClause type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IntoClause | Initializes a new instance of the IntoClause 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.) | |
GetDisplayText |
Returns additional display text for the AST node.
| |
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(Object) | (Inherited from HqlSqlWalkerNode.) | |
Initialize(IQueryable) | ||
InsertChild | (Inherited from ASTNode.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PrependIdColumnSpec | ||
PrependVersionColumnSpec | ||
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.) | |
ValidateTypes |
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.) | |
IsDiscriminated | ||
IsExplicitIdInsertion | ||
IsExplicitVersionInsertion | ||
IsNil | (Inherited from ASTNode.) | |
Line | (Inherited from ASTNode.) | |
NextSibling | (Inherited from ASTNode.) | |
OriginalText | (Inherited from SqlNode.) | |
Parent | (Inherited from ASTNode.) | |
Queryable | ||
Text | (Inherited from SqlNode.) | |
Token | (Inherited from ASTNode.) | |
Type | (Inherited from ASTNode.) | |
Walker | (Inherited from HqlSqlWalkerNode.) |