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.8.0.0 (5.8.21.0111)
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