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 propertyHintTargetNameLeftOperand
Gets the name of the left operand for hint targeting. This is either AliasLeftOperand, or if that's empty the containing entity name of the left operand field, if applicable otherwise an empty string.
Public propertyHintTargetNameRightOperand
Gets the name of the right operand for hint targeting. This is either AliasRightOperand, or if that's empty the containing entity name of the right operand field, if applicable otherwise an empty string.
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