JoinNode Members
In This Article
#Constructors
Name | Description |
---|---|
Join |
Initializes a new instance of the Join |
Join |
Initializes a new instance of the Join |
#Fields
Name | Description |
---|---|
Alias | A String value that identifies the table. |
Condition | Specifies the criteria expression. |
Sub |
Provides access to the collection of sub nodes that is represented by a Join |
Table | |
Type |
A Join |
#Methods
Name | Description |
---|---|
Collect |
|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the current object has the same settings as the specified object. |
Get |
Returns the column with the specified name. |
Get |
Gets the hash code (a number) that corresponds to the value of the current Join |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. |
See Also