Click or drag to resize

PrefetchPathElementAddFromClauseDirective Method

Adds the from clause directive specified to this element

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

Parameters

toAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesFromClauseElementDirective
To add.

Implements

IPrefetchPathElementCoreAddFromClauseDirective(FromClauseElementDirective)
See Also