Click or drag to resize
CrossJoin Class
Class which defines a cross join.
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 CrossJoin : JoinClauseBase

The CrossJoin type exposes the following members.

Constructors
  NameDescription
Public methodCrossJoin
Initializes a new instance of the CrossJoin 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.
(Inherited from JoinClauseBase.)
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.)
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