Click or drag to resize
InnerOuterJoin Class
Class which defines a join of type INNER, LEFT or RIGHT.
Inheritance Hierarchy

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class InnerOuterJoin : JoinClauseBase

The InnerOuterJoin type exposes the following members.

Constructors
  NameDescription
Public methodInnerOuterJoin
Initializes a new instance of the InnerOuterJoin class.
Top
Properties
  NameDescription
Public propertyJoinType
Gets the type of the join.
(Inherited from JoinClauseBase.)
Public propertyLeftOperand
Gets the left operand of the join
(Inherited from JoinClauseBase.)
Public propertyRightOperand
Gets the right operand of the join
(Inherited from JoinClauseBase.)
Top
Methods
  NameDescription
Protected methodCreateOnClause
Creates the on clause for the relation object created from this instance.
(Overrides JoinClauseBaseCreateOnClause(IElementCreatorCore).)
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 methodOn
Adds the specified predicate as the ON clause for the join this object represents.
Protected methodPrepare
Prepares the implementor by converting it to a relation object and adds it to the passed in relationcollection.
(Inherited from JoinClauseBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIJoinOperandConvertToDynamicRelationOperand
Converts this instance to a dynamic relation operand.
(Inherited from JoinClauseBase.)
Explicit interface implementationPrivate methodIJoinOperandPrepare
Prepares the implementor by converting it to a relation object and adds it to the passed in relationcollection.
(Inherited from JoinClauseBase.)
Explicit interface implementationPrivate methodIJoinOperandUnwrapTvfCall
If this element is a tvf call container, and it's empty except for the tvf call, it will return the tvfcall it wraps, otherwise it will return itself.
(Inherited from JoinClauseBase.)
Top
See Also