Click or drag to resize
RelationCollectionIRelationCollectionAddFromClauseDirectives 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.3.0.0 (5.3.0)
Syntax
void IRelationCollection.AddFromClauseDirectives(
	IEnumerable<FromClauseElementDirective> toAdd
)

Parameters

toAdd
Type: System.Collections.GenericIEnumerableFromClauseElementDirective
To add.

Implements

IRelationCollectionAddFromClauseDirectives(IEnumerableFromClauseElementDirective)
See Also