Click or drag to resize

IPrefetchPathElementCoreAddFromClauseDirectivesToRelationCollection Method

Adds the contained from clause directives (hints/temporal table predicates) to the relation collection specified

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 AddFromClauseDirectivesToRelationCollection(
	IRelationCollection toAddTo
)

Parameters

toAddTo
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relation collection to add the contained from clause directives
See Also