Click or drag to resize
Joins.Full Method (IEntityRelation, String, String)
Defines the join specified by the relationship as a full join

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 static EntityRelationBasedJoin Full(
	IEntityRelation relationship,
	string aliasStartEntity,
	string aliasEndEntity
)

Parameters

relationship
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityRelation
The relationship.
aliasStartEntity
Type: System.String
The alias of the start entity.
aliasEndEntity
Type: System.String
The alias of the end entity.

Return Value

Type: EntityRelationBasedJoin
See Also