Click or drag to resize
InnerOuterJoin Methods

The InnerOuterJoin type exposes the following members.

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