Click or drag to resize
IRelation Properties

The IRelation type exposes the following members.

Properties
  NameDescription
Public propertyAliasLeftOperand
Gets the alias for the left operand.
Public propertyAliasRightOperand
Gets the alias for the right operand.
Public propertyJoinType
The join type to use. If right operand is null and left operand is a DerivedTableDefinition, this value is ignored.
Public propertyLeftOperandInheritanceInfo
Gets the left operand's InheritanceInfo
Public propertyRightOperandInheritanceInfo
Gets the right operand's InheritanceInfo
Public propertyStartElementIsPkSide
Returns true if the start element of the relation (the left operand) is the Pkside.
Top
See Also