Click or drag to resize
LinqUtilsAddFromClauseDirectivesToRelationsCollection Method
Adds the specified from clause directives to the relation collection specified. If the relation collection is null and there are from clause directives to add, a new relation collection is created.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static RelationCollection AddFromClauseDirectivesToRelationsCollection(
	IRelationCollection destination,
	List<FromClauseElementDirective> toAdd
)

Parameters

destination
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The destination.
toAdd
Type: System.Collections.GenericListFromClauseElementDirective
To add.

Return Value

Type: RelationCollection
See Also