Click or drag to resize

IRelationCollectionAddFromClauseDirectives Method

Adds the from clause directives specified to this collection

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
void AddFromClauseDirectives(
	IEnumerable<FromClauseElementDirective> toAdd
)

Parameters

toAdd
Type: System.Collections.GenericIEnumerableFromClauseElementDirective
To add.
See Also