IDynamicRelation Properties |
The IDynamicRelation type exposes the following members.
Name | Description | |
---|---|---|
![]() | AliasLeftOperand |
Gets the alias for the left operand.
(Inherited from IRelation.) |
![]() | AliasRightOperand |
Gets the alias for the right operand.
(Inherited from IRelation.) |
![]() | JoinType |
The join type to use. If right operand is null and left operand is a DerivedTableDefinition, this value is ignored.
(Inherited from IRelation.) |
![]() | LeftOperand |
Gets the left operand. Can be either a DerivedTableDefinition or an entity field (IEntityFieldCore)
|
![]() | LeftOperandInheritanceInfo |
Gets the left operand's InheritanceInfo
(Inherited from IRelation.) |
![]() | LeftOperandIsDerivedTable |
Returns true of the left operand Is a DerivedTableDefinition
|
![]() | LeftOperandPersistenceInfo |
Gets the persistence info for the left operand. Is null if left operand is a DerivedTableDefinition instead of an IEntityFieldCore
|
![]() | OnClause |
Gets the On clause filter for the On clause in the join. Should be null if a cross-join is used.
|
![]() | RightOperand |
Gets the right operand. Can be either a DerivedTableDefinition or an entity field (IEntityFieldCore) or null (left operand then has to be a
DerivedTableDefinition)
|
![]() | RightOperandInheritanceInfo |
Gets the right operand's InheritanceInfo
(Inherited from IRelation.) |
![]() | RightOperandIsDerivedTable |
Returns true of the right operand Is a DerivedTableDefinition
|
![]() | RightOperandPersistenceInfo |
Gets the persistence info for the right operand. Is null if right operand is a DerivedTableDefinition instead of an IEntityFieldCore
|
![]() | StartElementIsPkSide |
Returns true if the start element of the relation (the left operand) is the Pkside.
(Inherited from IRelation.) |