Click or drag to resize
RelationCollection Constructor (IEntityRelation, JoinHint)
Initializes a new instance of the RelationCollection class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public RelationCollection(
	IEntityRelation toAdd,
	JoinHint hint
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
IEntityRelation instance to add
hint
Type: SD.LLBLGen.Pro.ORMSupportClassesJoinHint
Hint to signal the join type for this relation. Overrules obeyWeakRelations, except when the hint is JoinHint.None.
See Also