IPathEdgeAddFromClauseDirective 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.9.0.0 (5.9.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
void AddFromClauseDirective(
	FromClauseElementDirective toAdd
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Sub AddFromClauseDirective ( 
	toAdd As FromClauseElementDirective
)
Parameters
- toAdd
 - Type: SD.LLBLGen.Pro.ORMSupportClassesFromClauseElementDirective
To add. 
See Also