Click or drag to resize

JoinInfoForNavigator Class

Simple class which contains the navigator and the two aliases (left and right) for the join to perform. It also has the join type to use for a join built from the info in this object.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.GeneratorCoreJoinInfoForNavigator

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public class JoinInfoForNavigator

The JoinInfoForNavigator type exposes the following members.

Constructors
  NameDescription
Public methodJoinInfoForNavigator
CTor
Top
Properties
  NameDescription
Public propertyJoinHint
The join hint to use for the join over the info in this object.
Public propertyLeftElementAlias
The alias to use for the left element of the join. This is the element containing the navigator.
Public propertyNavigator
The navigator this join is based on
Public propertyRightElementAlias
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).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also