Click or drag to resize

PathEdgeTEndNodeAddFromClauseDirective 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.ORMSupportClassesFromClauseElementDirective
To add.

Implements

IPathEdgeAddFromClauseDirective(FromClauseElementDirective)
See Also