JoinInfoForNavigator Class |
Namespace: SD.LLBLGen.Pro.GeneratorCore
The JoinInfoForNavigator type exposes the following members.
Name | Description | |
---|---|---|
JoinInfoForNavigator |
CTor
|
Name | Description | |
---|---|---|
JoinHint |
The join hint to use for the join over the info in this object.
| |
LeftElementAlias |
The alias to use for the left element of the join. This is the element containing the navigator.
| |
Navigator |
The navigator this join is based on
| |
RightElementAlias |
The alias to use for the right element of the join. This is the element joined over this join info.
(E.g. in queryspec this is the element specified in the .InnerJoin() call).
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |