Click or drag to resize

IPrefetchPathElementCoreAddFromClauseDirective 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)]
void AddFromClauseDirective(
	FromClauseElementDirective toAdd
)

Parameters

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