Click or drag to resize

PathEdge<TEndNode>.AddFromClauseDirective Method

Adds the from clause directive specified to this element

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddFromClauseDirective(
	FromClauseElementDirective toAdd
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.ORMSupportClasses.FromClauseElementDirective
To add.

Implements

IPathEdge.AddFromClauseDirective(FromClauseElementDirective)
See Also